Page 1 of 1

Active Form formatting calculated rules

Posted: Tue Nov 28, 2017 1:40 pm
by vovanenok
Hi all
I have an active form perspectives report with TM1 Report Row in column B. Column A contains my formatting rule keys. I want to calculate a format key based on the values of active form cells. Let's say I get values in columns C and D using DBRW function. Then I calculate column E as the difference C-D. And I want to calculate my formatting column A as IF(E>0, 1, 0).
I see correct values in column A, but formatting rules are totally messed up.
If I use other active form cells containing DBRW formula only, everything works fine.

Is it an expected behavior? Is it because formatting and custom calculations are done in the same pass?

Thanks

Re: Active Form formatting calculated rules

Posted: Tue Nov 28, 2017 2:47 pm
by Steve Rowe
Is it an expected behavior? Is it because formatting and custom calculations are done in the same pass?
Not convinced I have tried exactly this but you are probably right.

I would think that you are better off putting a conditional format rule in the cell format itself at the top for formats that have to be calculated in "real time".

If you can't do conditional cell formats then you could try changing the report to use DBR instead of DBRW by changing the first row of the report but, 1. Not sure if the form will reset itself to DBRWs and 2. Expect performance to suffer, depending on volumes it could suffer a lot.

Re: Active Form formatting calculated rules

Posted: Tue Nov 28, 2017 6:24 pm
by gtonkin
I have previously added attributes to the dimension used in column B and read these in to column A to drive the formatting-depends on your needs but may work. You could obviously create composite values and format accordingly.

Re: Active Form formatting calculated rules

Posted: Wed Nov 29, 2017 4:28 pm
by vovanenok
So after chatting with IBM support, the only found solution is to use Excel Conditional formatting. I tested it works as expected