I'm quite new to QlickView, and I'm unable to find how to sort by expression or to create a relevant calculated dimension to do it.
My data are the following one: I have a pivot table listing some fields used in an IT system for many banks, and not all banks use the same fields. I would like, for each field, have a column indicating if each bank uses it or not, and at the end count how many banks use it.
I was able to either use a calculated dimension or an expression to flag if each bank use it (value 1, calculated this way:
=if(BU_PUBLIC_CLASS='X',1,0)
I was able to have the sum with the following expression: