Discussion Board for collaboration related to QlikView App Development.
How can i make labels that consist of dimension value + expression value. Example on the picture
Example
Hi @Mihail, you can try using Dual(), like:
Dual([Dimension] &Chr(10)& [Expression], [Expression])
Thanks. It worked, but it looks terrible