Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
happyjoshua777
Creator
Creator

string which followed by expression in Label

Hello,

I successfully displayed in a Label the selected Year value as follows:

=only(Year)&' - Selected Year'.

However, I would like this Label to display somehting like 'Selected Year' and then followed by =only(Year) expression.

When I try: 'Selected Year:'&=only(Year) or 'Selected Year:'&only(Year) it does not work in QlikView.

is there a way to display a string which is followed by the expression in QlikView's Label?

thanks

1 Solution

Accepted Solutions
Anil_Babu_Samineni

I think you need equal sign in starting

='Selected Year:'&only(Year)


Note - Not really sure, How you can display if none of the Year selected?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

I think you need equal sign in starting

='Selected Year:'&only(Year)


Note - Not really sure, How you can display if none of the Year selected?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
happyjoshua777
Creator
Creator
Author

thank you!