Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
eddywong71
Creator
Creator

How to Create a Histogram show each person balance (Include Sum)

Hi All,

I have a KPI Average Balance expression like below:

avg(
Aggr(
sum({$<[Exit Indicator] = {0}, 
MonthDiff = {">=$(vmob)<=$(vmob)"} ,[Join Month2] = {"$(='>=' & Date(MonthStart(Max(Month),- $(vmob))) & '<=' & Date(MonthStart(Max(Month),- $(vmob))))"}>}[Balance] ) , [Customer ID])

The output =200.

However, i dont know what is the dimension in Histogram which can show the distribution of Balance by each customer. 

No result in Histogram (The Chart is not Displayed Because it Contains Only Undefined Values.)But have result in Table Dimension on below expression


Aggr(
sum({$<[Exit Indicator] = {0}, 
MonthDiff = {">=$(vmob)<=$(vmob)"} ,[Join Month2] = {"$(='>=' & Date(MonthStart(Max(Month),- $(vmob))) & '<=' & Date(MonthStart(Max(Month),- $(vmob))))"}>}[Balance] ) , [Customer ID])

 

Labels (1)
1 Reply
eddywong71
Creator
Creator
Author

Can anyone help