Hi All,
Please help me here.
I have 4 columns where I used max formula in order to get only one value. Now I want to display all four values on report header. After insert the following filed into the Report header I am getting all values accordingly with no issues.
{Max of Command.STATUS_DECS_1}
{Max of Command.STATUS_DECS_2}
{Max of Command.STATUS_DECS_3}
{Max of Command.STATUS_DECS_4}
Problem:
If we have values only STATUS_DESC_1 and STATUS_DESC_4 then on the report it shows only two but with blank space in the middle as STATUS_DESC_2 and STATUS_DESC_3 are Null.
Solution:
Could you please tell me any loop or formula where i can ignore Null values and display not Null values in order (no gap).
Thanks alot.
Please help me here.
I have 4 columns where I used max formula in order to get only one value. Now I want to display all four values on report header. After insert the following filed into the Report header I am getting all values accordingly with no issues.
{Max of Command.STATUS_DECS_1}
{Max of Command.STATUS_DECS_2}
{Max of Command.STATUS_DECS_3}
{Max of Command.STATUS_DECS_4}
Problem:
If we have values only STATUS_DESC_1 and STATUS_DESC_4 then on the report it shows only two but with blank space in the middle as STATUS_DESC_2 and STATUS_DESC_3 are Null.
Solution:
Could you please tell me any loop or formula where i can ignore Null values and display not Null values in order (no gap).
Thanks alot.