Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community!
I have an obstacle I’m hoping someone can help me overcome…
Scenario:
I have a .qvw with 2 tabs.
I have created a variable (vOrderNumber) that gets updated with the order number the user enters in the aforementioned Search Object.
Problem/Question: How do I pass the vOrderNumber variable to the table box so that the MESSAGE field only displays records that contain that order number?
I’d appreciate any assistance/suggestions.
Thanks!
Scott
You can set a trigger "OnActivateSheet" for Sheet 2 to select the order number in the message field.
I've attached a sample file that does this.
You can set a trigger "OnActivateSheet" for Sheet 2 to select the order number in the message field.
I've attached a sample file that does this.
That works, Nicole!
Thanks for the assistance!