Hello All,
I have a requirement where i need to display Flag = '*****' (5 stars) in the report level. The data in the database for this Flag is '*' (Single star)
I wrote a formula in the formula fields, new -- Flag -->
IF {table.difference_flag} = ‘*’ THEN ‘*****’
ELSE ‘#’
when i had included this field in the report level, value is not getting displayed.
what is wrong in the formula?
Best Regards
Sandeep