Forum Discussion

Rince91's avatar
Rince91
Icon for Helper I rankHelper I
2 years ago
Solved

Visualisation 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 ...
  • miTutorials's avatar
    2 years ago

    This works perfectly fine in a card, please see below.