Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
There are two columns -- header and item -- in a table box chart.
If a user click an item and that item is one of the headers, how to pass the selected item as a header and let the table box show relevant contents as below example (assume E13 as item is selected)?
qvw is attached. Appreciate your kind advice.
Hi,
May be you can try with Triggers..
Document Properties -> Triggers -> Field Event Triggers -> Select In Field
Field : headers
Search String: =Only({<headers=P(Items),Items=>}headers)
The attached qvw has no data. Also do you want to see this in the table box or a straight table will work?
Hi,
May be you can try with Triggers..
Document Properties -> Triggers -> Field Event Triggers -> Select In Field
Field : headers
Search String: =Only({<headers=P(Items),Items=>}headers)
Hi settu,
thanks for the suggestion. have some problems to try the search string: =Only({<headers=P(Items),Items=>}headers)
it has error in set modifier element function. i'm not able to figure out what's wrong
Do you have same field which i proposed? It is case sensitive.
headers or Headers?
Items or items?
You need to give the exact name.
Can you post what you have done in qvw?
Hi settu,
all fields are in lowercase. it works now!
MANY THANKS!