Options

Display some fields on Boolean Field's Value

MclarenMclaren Member Posts: 47
edited 2012-03-28 in NAV Three Tier
Hi Guys,


I have an issue on setting a visibility condition on Boolean field's value. If the Boolean field is selected i need to hide some values and Display some value on the other hand.
I have set the condition as this. But this is not working.


=IIF(Boolean.Equals "TRUE",FALSE,TRUE)
This condition is not working. Plz help me on diz.


Thanks in Advance. ](*,)

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
  • Options
    MclarenMclaren Member Posts: 47
    Its a report in RTC.
  • Options
    Troubles_In_ParadiseTroubles_In_Paradise Member Posts: 588
    Mclaren wrote:
    Hi Guys,


    I have an issue on setting a visibility condition on Boolean field's value. If the Boolean field is selected i need to hide some values and Display some value on the other hand.
    I have set the condition as this. But this is not working.


    =IIF(Boolean.Equals "TRUE",FALSE,TRUE)
    This condition is not working. Plz help me on diz.


    Thanks in Advance. ](*,)
    I think that you set it in hidden property...
    so try with:
    =iif(boolean.value,true,false)
    
    ~Rik~
    It works as expected... More or Less...
Sign In or Register to comment.