Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i'm new at Qlik Sense and i need to know how can i create an automatic label like
Income 2015 where 2015 is a year the user select.
Thanks.
You can use a formula like the following in the label:
= 'Income ' & Only(Year)
Note that the formula in the label must begin with the equals sign.
HIC
You can use a formula like the following in the label:
= 'Income ' & Only(Year)
Note that the formula in the label must begin with the equals sign.
HIC
thanks Mr. Henric... it is a useful tip
Thanks Henric, that works and with a variable also
='Facturación ' & $(vEAñoActual)