Dear all,
I'd like to ask for the below topic (this question was asked before and remain unsolved):
----------------------------------------------------------------------------------------------------------------------------------------
Let's say I have two columns of numeric data, LastPeriod and ThisPeriod, with these values:
Row 1 - LastPeriod = 10, ThisPeriod = 11
Row 2 - LastPeriod = 10, ThisPeriod = 10
Row 3 - LastPeriod = 10, ThisPeriod = 9
I want to be able to do :
Thanks.
Hi @Cuong Tran
I believe this is the same as described in this forum post.
Cheers,GM
To have the community help you should at least provide a sample oml with what you have tried so far and be more concise on what you're having difficulties achieving.
To see the implementation and most used functionalities of Data Grid you can check the sample application available in Forge.
For this particular case, you can check the conditional format examples here to see what's possible to do on this topic.
Hi GM,
Thanks for your quick reply.
Please let me know if you need more information.
Thank you very much. It worked perfectly :)