Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to diff dynamically created lables in ChartBox

Hello everyone,

Im new to QlickView and Id like to ask you for a little help .

Im trying to build a proper design, so Ive decided to create a dynamic labels for CharBox columns, but i Dont know how to adress those columns after setting the expression for it.

I need a Plan:

='Plan '&GetFieldSelections(Kalendář.Fiscal_Year)

And Real valuse:

='Real '&GetFieldSelections(Kalendář.Fiscal_Year)

and tell QV that he has to find those dynamic columns and diff the values in it.

I have also tried to use variables, but its not working (not sure about syntax, so it can be also a problem).

Check the pictures below:

2 Replies
marcus_sommer

Your labels contain space therefore you need to wrap them into square-brackets [Label]. Further you could use column-references like: column(2) - column(1).

- Marcus

Not applicable
Author

Thank you,

it works!

I should have realized that...

MP