Question

Report Designer - Multiple visible conditions

  • 5 April 2023
  • 2 replies
  • 159 views

Userlevel 1
Badge +3

Hello,

I’m trying to use two visible conditions for a table cell in a report as below,

tns:CF_C_LOT_BATCH_BLOCKED != '' or tns:CF_C_LOT_BATCH_BLOCKED != '*'

However, this does not work. What could be the reason?


2 replies

Userlevel 1
Badge +3

Modified the expression as follows and it started working,

not(tns:CF_C_LOT_BATCH_BLOCKED = '' or tns:CF_C_LOT_BATCH_BLOCKED = '*')

 

Badge

try and instead of or.  I know it's not logical. but it works for me. 🙄

Reply