Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Based on below data structure I need to implement the coprative analysis
Domian , APP
D1,APP1
D2,APP2
D3,APP3
With above data how can I implement the count of App for different domains
-Jay
Create a straight table with Domian as dimension and count(APP) as expression.
Hi Gysbert,
Thank you for your input. Here how can I show the comparison?