Hallo,,
Can we easily applied / use Expression on the column table that will filter the result?
Example:
Status has Yes/No value, but you want to display only Yes
on status column table can we use expression calculated field t1.status = Yes?
or create a virtual column to add expression?
The result will only display all status that has Yes value.
I'm using table not view table.
any other way to filter the result without using view table.
Thank you in advance