Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vsap2000
Creator
Creator

How to get value selected into General text

Hello Guys,

I have requirement where user wants value from list object box to show into general - title. I have list object box for Fiscal year and in general title I want to show heading 'Sales Trend - ' & Fiscal Year. So if user picks 2021 it should show 'Sales Trend - 2021' and by default it should show 'Sales Trend - 2022'.

Thanks in advance.

Best Regards,

-V

 

Labels (1)
1 Solution

Accepted Solutions
Lisa_Sun
Support
Support

You can use getfieldselections(). You can set the expression under General function.  Here is an example:

='Railway Name: ' & getfieldselections(Railwayname)

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

1 Reply
Lisa_Sun
Support
Support

You can use getfieldselections(). You can set the expression under General function.  Here is an example:

='Railway Name: ' & getfieldselections(Railwayname)

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!