Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
PabloOrtiz
Partner - Creator
Partner - Creator

Automatic label

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.

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

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

View solution in original post

3 Replies
hic
Former Employee
Former Employee

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

Not applicable

thanks Mr. Henric... it is a useful  tip

PabloOrtiz
Partner - Creator
Partner - Creator
Author

Thanks Henric, that works and with a variable also

='Facturación ' & $(vEAñoActual)