
Creator
2023-04-03
09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Labels (9)
Labels
- Subscribe by Topic:
-
Chart
-
Developers
-
dimension
-
expression
-
filter
-
General Question
-
Set Analysis
-
Variables
-
Visualization
933 Views
1 Solution
Accepted Solutions


MVP
2023-04-03
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
930 Views
3 Replies


MVP
2023-04-03
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could concatenate the results, e.g. Concat(Product,', ').
931 Views

Creator
2023-04-03
09:20 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this works, is there a way add a new line between the values?
927 Views


MVP
2023-04-03
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could try adding chr(13), but I'm not sure if the KPI object respects newlines.
924 Views
