Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
trying to exclude from expression user current selection with GetFieldSelections ,
also I tried to set a variable with GetFieldSelections and to exclude variable with set set analysis
any suggestions will be appreciated:)
Look here
hi,
whether you want to ignore all the field selections.
you can try with E() function...try like:
sum({$<CompanyName = E({$<CategoryName={"=getfeildselection(CategoryName,',')"}>}
CompanyName)>} Sales)
you can use 1-$
sum( {1-$} Sales )
returns sales for everything excluded by the current selection.
hth
Sasi
Hi,
Attach some sample file and explain what you want exactly.
Please check below link to get answers faster.