Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can you tel me how to include set in this expression upper(aggr(Country,Country)) , i want to exclude three other field selection in this list box using set analysis.
Try this:
Upper(Aggr(Only({<Set Analysis Here>} Country), Country))
how to excludes field here?
What exactly are you trying to exclude? May be something like this:
Upper(Aggr(Only({<Field1 -= {'ABC', 'DEF'}>} Country), Country))
=Aggr(Only({<Country -= {'A','B'}>}Country),Country)
upper(aggr(Ony({<Field1=,Field2=,Field3=>}Country),Country))
This will exclude the selection of Field1, Field2 & Field3