Decode a null value in JRS report
Hi. I have a JRS report in which the field is empty or has a null value. What is the syntax to decode that null value so that the report will display data?
Thank you!
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Do you mean that the field is allowed with an empty or null value but you want to replace it with a placeholder, or the field is not allowed with empty values at all and you want to find out why it gets empty (or null)? You a null value is just nothing and you cannot "decode" anything from nothing.