Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I would like to remove a selection in a field using a set analysis:
- Count({<Customer>}Product) works (the selection in 'Customer' is removed)
- Count({<Customer=>}Product) doesn't work. But this syntax works with other fields. The problem occurs with only one field.
Any idea about what could be the problem with this field?
Regards
Try This,
=count({1}Product)
it wil work
Sum({$< [customer]= > } Product)
[Customer]= works thank you, it is a good idea
And note that I've tried again Customer=, and it is ok now
But can you explain this "quirk" of syntax?
it will ignore the selections
Just FYI - $ sign is for the current selections, but If you put 1 instead of $, you will ignore all selections.