Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends,
I have a scenario like, I have a Straight table and two list boxes . user selects two values in both the list boxes and the chart(straight table) should be shown like. (1st value of listbox1 + 1st value of listbox2) in one expression. next expression will be
(1st value of listbox1 + 2nd value of listbox2) next
(2nd value of listbox1 + 1st value of listbox2) next
(2nd value of listbox1 + 2nd value of listbox2). next
(1st value of listbox1 ) next
(2nd value of listbox1 )
Total 4 expressions should be 1 after the another
I am attaching a sample for your reference. Plz let me know if any clarification. Just want to display expression based on user selected value.
I often have to interrogate list box selections, and I typically use variables to capture these:
I can't open your sample qvw, but you could setup the following three variables and populate them like so. The field that I'm interrogating below is "ver", so you just switch this to the list box field in your app:
Something like this then:
And if you need to keep the selections so they only affect the table(s) then you could put all of them in an Alernate State...
I often have to interrogate list box selections, and I typically use variables to capture these:
I can't open your sample qvw, but you could setup the following three variables and populate them like so. The field that I'm interrogating below is "ver", so you just switch this to the list box field in your app:
Thank u...helpful ans....i will try and let you know if any issue....
This version is an improvement of my first suggestion. It use Alternate State and illustrates how one
could access the dimension value of each dimension in the expression too.