IF @column Syntax
I can show / hide a BIP date column with the following syntax:
<?if@column:SSI_FUF1_ID171="Y"?>
My question is how can I add another field to this syntax using an OR? For instance I would like to also include a company field and have the syntax show / hide a date column similar to '...FUF1="Y" OR ...COMP_ID172="00003"...'. I've tried using the OR and the pipe | but nothing works. Thanks in advance.