Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a table box with sample data like shown in below. If i select any filter left side or if i select any row that row should high late but the data should show remain same. for ex: if i select id=2 second row should high late data should display based on the selection but table box should not change. Can any one help on this?
Input | ||||
ID | Test | FirstOne | LastOne | NotSame |
1 | A | A | B | B11 |
2 | A | A | C | C11 |
3 | B | B | C | C22 |
Just hide the column like i did in sample qvw.
or put one of your dimensions as expression e.g. Only({<ID=>}Test)
Thanks for reply!Can you please send me any sample qvw with that option?
find attached a simple example
i have used a dummy expression with set analysis to ignore selection of ID and used background color expressions on all the dimensions.
Hope it helps
I really appreciate your help!
But I am just using straight table to show the dimensions. I cant use the Sum({<ID=>}1) because it will sum up. Can you help me in this scenario?
Just hide the column like i did in sample qvw.
or put one of your dimensions as expression e.g. Only({<ID=>}Test)
Thank you very much!