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: 
Not applicable

Input Box doubt

Hai Community Members,

Is their anyway to give value of a in input box and select that records in straight table of pivot table of charts. Thanks in advance

Regards,

ramesh

1 Solution

Accepted Solutions
sarahallen1
Creator II
Creator II

Remove your dimension =(vsid).  Remove your expression count(vsid).

Add a new expression:

only({$<SID={$(='s0'&vsid)}>}SID)

 

View solution in original post

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Ramesh,

     You can do this.

     Consider this example. Say you have Employee_ID which user will be entering into variable say vEmployee.

     Then only thing you need to do is in chart expression.

     sum({<Employee_ID = {"$(vEmployee)"}Sales)

     Hope this is clear.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Hai Koushik,

Thanks for your response, I have done in the way you said, but unable to get the selected the date can you correct me.I have attached the sample. Please correct me

regards,

ramesh

sarahallen1
Creator II
Creator II

Remove your dimension =(vsid).  Remove your expression count(vsid).

Add a new expression:

only({$<SID={$(='s0'&vsid)}>}SID)

 

Not applicable
Author

Thanks Sarahallen , It is working amazing...

Regards

Ramesh