Forum Discussion
Card (New) text wrap issue
- Anonymous2 years ago
Hi RoSch
As Kishore_KVN mentioned, you can use UNICHAR(10), and after testing, the problem you have mentioned is related to the new card visual design, perhaps you can consider an alternative.
You can craete a measure with UNICHAR(10) , then put the measure to a table visual.
e.g
Measure = "A for test"&UNICHAR(10)&"B for test"&UNICHAR(10)&"C for test"Output
It will always wrap and will not affected by the text size and visual size.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Kishore_KVN ,
The measure contains the breaks (as you can clearly see in the third screen shot) and it works fine with a normal card visual. However, in the normal card visual you cannot align the text to the left, which is what I would need, in addition to showing the full text.
Cheers,
R
Hi RoSch
As Kishore_KVN mentioned, you can use UNICHAR(10), and after testing, the problem you have mentioned is related to the new card visual design, perhaps you can consider an alternative.
You can craete a measure with UNICHAR(10) , then put the measure to a table visual.
e.g
Measure = "A for test"&UNICHAR(10)&"B for test"&UNICHAR(10)&"C for test"
Output
It will always wrap and will not affected by the text size and visual size.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.