Can Kinetic Web dataview-condition handle compound expressions, expressions joined by and/or? What would a compound expression look like?
1 Like
Have you tried it?
My guess would be “yes”, but I don’t really have a scenario where I’ve done this yet.
I HAVE used “compound expression” in grid where clauses:
Part_PartNum = '??{Part.PartNum}' AND (PartTran_TranType <> 'ADJ-CST' AND PartTran_TranType <> 'PUR-SUB' AND PartTran_TranType <> 'Mfg-Ven')
The above worked… so, I would try something like that and test it out.