Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Currently the expression is =VCOHEAD_ORDERWRITER. But I need to add only select AB, EB, KMK for example how.
Try Only({<VCOHEAD_ORDERWRITER = {'AB','EB','KMK'}>} VCOHEAD_ORDERWRITER) as an expression in a table to only show these users.
References
You can also use the set expression in a SUM() formula to get the sum of sth. for only these users.
If this is now what you are looking for, please explain in detail what you are trying to achieve.
May be this
=Sum({<VCOHEAD_ORDERWRITER={"AB", "EB", "KMK"}>} VCOHEAD_ORDERWRITER)