Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
ValueBasedAppearance based on the value of another cell
posted

I need some sample code on how to setup ValueBasedAppearance of a cell based on the value of another cell. The example in the Samples Explorer deals with value of the cell changing the appearance. Any help appreciated

Regards,

 

Emil 

 

Parents
No Data
Reply
  • 5
    posted

    If you add the UltraCalcManager to your form/app it will allow you to use a Formula Condition.

    You can then create a condition that references other cells. 

    eg.

    ( [cella] > [cellb] )   if cella greater than cellb then true

    ( [cellb] <> dbnull() ) if cellb is not null then true

    etc.

     

    Hope that helps

     

    Zepp 

     

     

Children
No Data