Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a column with a back ground color set , based on my selections in Function/Service API the color is getting changed.. I want it to be same as per given conditions irrespective of the selection.
Can someone help
Attached my app
Thanks
Hi,
Check this
IF(only({1}TP99) > only({1}SLA_TP99) or Alt(only({1}SLA_TP99), 0) = 0,$(cRed),
if(only({1}TP99) <= only({1}SLA_TP99),$(cGreen)))
{1} - ignores all selections.
Hope this helps you.
Regards,
jagan.
check this examples
Hi,
Check this
IF(only({1}TP99) > only({1}SLA_TP99) or Alt(only({1}SLA_TP99), 0) = 0,$(cRed),
if(only({1}TP99) <= only({1}SLA_TP99),$(cGreen)))
{1} - ignores all selections.
Hope this helps you.
Regards,
jagan.