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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

Calculated Dimension Error

"I'm trying to add this as my calculated dimension but it shows invalid dimension "=Concat (Total<Customer_id> [Products],',')"  

1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

Try this and see if this is what you are looking for.  If not, can you explain what you are trying to show.

 

=Aggr(Concat (Total<Customer_id> [Products],','), Customer_id)

View solution in original post

2 Replies
stevejoyce
Specialist II
Specialist II

Try this and see if this is what you are looking for.  If not, can you explain what you are trying to show.

 

=Aggr(Concat (Total<Customer_id> [Products],','), Customer_id)

Qlikuser09
Creator II
Creator II
Author

thanks, it worked it dint display an invalid dimension !!! but  however it gave me duplicate fields in the bar chart. So i used , =if ((customer_id) > 1, Aggr(Concat (Total<[Customer_id]>  [Products],','), [Customer_id]),( [Products] )), 

even this did not work for me.