Forum Discussion
Rince91
Helper I
2 years agoVisualisation of a measure that returns a string
I have this measure: Summary = "A total of " + [Total_risks] + " risks have been identified. Of these risks " + [Total_Closed_Risks] + " have been closed. With " + [Total_Open_risks] + " still ...
- 2 years ago
This works perfectly fine in a card, please see below.
miTutorials
Super User
2 years agoThis works perfectly fine in a card, please see below.
Rince91
Helper I
2 years agoThanks i was using "+" instead of "&" changing that made it work!