Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Display two fields in a single card

Is there any way i can display multi line information in a single card? I used multi row card but when i use it I see that the same data is repeated multiple number of times. Is there any way to tur...
  • FrankAT's avatar
    6 years ago

    Hi Anonymous 

    yes you can do it like that:

     

    Measure to display in card = MeasureResult1 & MeasureDescription1 & UNICHAR(10) & MeasureResult2 & MeasureDescription2

     

    Regards FrankAT