Forum Discussion
6DiegoDiego9
Helper I
4 years agoDynamic text box based on filters
I have a data set with a different textual comment for each "Brand". I need to show this comment into a rectangular big text box on the right of my charts, similar to a Smart narrative element but...
- 4 years ago
This should be reasonably simple to do by joining a new table.
Create a table with [BrandField] | [Comments to show] and join the tables using the BrandField.You can then create a card with the [Comments to show] field, and have the interactions set to filter based on your chart selections.
tc97
4 years agoFrequent Visitor
This should be reasonably simple to do by joining a new table.
Create a table with [BrandField] | [Comments to show] and join the tables using the BrandField.
You can then create a card with the [Comments to show] field, and have the interactions set to filter based on your chart selections.
6DiegoDiego9
Helper I
4 years agoAh! I just thought that the card element was only for showing numbers!
You enlightened me, thanks! 🙂