Conditional formatting on variables
I'm planning to use the conditional formatting on the variables i create and display it in bold.
There is a discription filed in a table and i'm passing this value to a variable and doing string manupulation on the value. After a manipulation, i wanted to check it against the condition then display it in diffrent color accordingly.
Ex.
Description may or may not have a string 'Total' prefixed with each of the description or each row. I'm planing to use Substr(Tag-name,1,5) then assigning it to a variable then i get the variable.
Now i wanted to check the string to 'Total' string is maching with sub-stringed desc then i show it in BOLD else regular.