Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi i have a table-
because of the set analysis in column(6) i see in the table all the product types (first column) .
i want to see only the type with the full data (if i removing the set analysis in the 6 expression its show only the products type i want)
hope im clear...
Encapsulate once again the aggr() with a sum()
sum(aggr(sum ....
Fabrice
tnx!!
its working