Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
qliker3
Creator
Creator

KPI multiple values

Hi, 

 

i have date column, one date can have multiple Products. How do i show the product names in a KPI? Or what could i use instead as an alternative?

 

Example: when i select a time of day i see the product name, but when i select one more time of day, the kpi value stops working. I want it to show two product names

 

Thanks 

1 Solution

Accepted Solutions
Or
MVP
MVP

You could concatenate the results, e.g. Concat(Product,', ').

 

View solution in original post

3 Replies
Or
MVP
MVP

You could concatenate the results, e.g. Concat(Product,', ').

 

qliker3
Creator
Creator
Author

this works, is there a way add a new line between the values? 

Or
MVP
MVP

You could try adding chr(13),  but I'm not sure if the KPI object respects newlines.