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?
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?
Modified the expression as follows and it started working,
not(tns:CF_C_LOT_BATCH_BLOCKED = '' or tns:CF_C_LOT_BATCH_BLOCKED = '*')
try and instead of or. I know it's not logical. but it works for me.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.