Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to make a expression treat as a dimension ?

 

Hi All ,

How can I make a expression to a dimension in Qliksense pivot table.

My Expression is - Count({$<[UW_MONTH_KEY] = {"$(=$(vMaxUWMonth))"}>} Distinct [Policy Number])

I tried to make the expression as Master dimension , but it is saying invalid dimension. How I treat this expression as dimension.

See below image - The Pivot table should show once the partner as Nimbis - Dynamic Thinking and the Policy Count as - 4037 then all the rest expression as it is.

Requirement.PNG

 

Regards,Suvechha

1 Reply
Anil_Babu_Samineni

May be use this as Master dimension

Aggr(Count({$<[UW_MONTH_KEY] = {"$(=$(vMaxUWMonth))"}>} Distinct [Policy Number]), Partner)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful