Hi, all,
I meet a problem in set expression. I would like to write conditions in the set expression. Could anyone help me out?
The problem is: I have set expression here {1<field_A={'A','B'}>}. I need to create a button to do Toggle Selection on field_B. Once I click on the button, the set expression should be {1<filed_C = {'X','Y'},field_A={'A','B'}>} (No typo here, the revised part is on field_C not field_B)
I think maybe this can be done by GetFieldSelections(Field), But I am kind of confused on the gramma inside the set expression.
Thank you!