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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Make a picture make a selection

Hi Guys

Have a quick Question

I have a text object that shows a picture. What i wanted to do was when selecting this box all related fields show in my qvw

I understand a Text object just shows the result of a selection, but how can i do this?

Thanks

Adil

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

You can add select in field action to accomplish what you are looking to do.

Capture.PNG

View solution in original post

9 Replies
sunny_talwar
MVP
MVP

You can add select in field action to accomplish what you are looking to do.

Capture.PNG

swuehl
Champion III
Champion III

You can use the text box as a trigger to run actions, like a button.

One action could be setting a variable, this variable could then trigger a show condition of your objects you want to show.

If you want more help, post a small sample QVW with a detailed description of your expected result.

Anonymous
Not applicable
Author

So I have this function

=count(DISTINCT (if(Assignee='Adil Hussain', IssueID)))

Do i input Field - Assignee?

Search string 'Adil Hussain'?

Thanks Sunny!!!

sunny_talwar
MVP
MVP

If that's what you want to select then yes.

Anonymous
Not applicable
Author

Not Working?

Capture.PNG

sunny_talwar
MVP
MVP

Try without single quotes

swuehl
Champion III
Champion III

Try as search string:

("Adil Hussain")

edit: to avoid selections of e.g. 'Adil Jones' or 'Emil Hussain'

Anonymous
Not applicable
Author

Worked perfectly!!

Thanks Sunny for your help 

sunny_talwar
MVP
MVP

Not a problem