Hello,
I have a table with structure
account
var1
var2
var3
var4
var5
var6
var7
var8
var9
var10
The output I am looking as below. the sample is based on the table with 3 vars. The number of variables can increase.
kpi count of acounts
-------------------------------------------------
var1 10
var2 8
var3 7
var1+var2 12
var1+var3 15
var2+var3 12
var1+var2+var3 1
Thank you in advance.