Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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!