Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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
Anand24
6 years agoSuper User
Hi Anonymous ,
Currently there is no way to have more than one field in Card visual. You can try to create new measure/column with both values and then pull that 1 field.
Also, what you can probably do is create 2 card visuals, place them below each other and group them.
In Multi-row card, you can probably decrease the width so that the columns are placed below each other.
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!