Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a table with Dimension(Resource) and 3 Measures.
Example:
Resource count(Total) Count(Pass) Count(Fail)
X 2 1 1
Y 40 30 10
....
Now when I click on the the value 2 ,it shd display those 2 resources data.Similarly when I click on 40,or 30 it should be displaying me the 40 or 30 resources respectively.
Can it be acheived in Qliksense?
Thanks Lisa,
Thats correct but upon selection of X or Y ,it not going to give those particular resources which got passed or failed
Selections can only be made on physical fields in the data model. This means that selections within a table make selections of the dimension fields as Lisa indicated, and for the underlying fields in the case of calculated dimensions.
To achieve what you require add a pass/fail flag field to your load script and one result field, then use a pivot table with that field as an extra dimension. You need only a single Count(result) expression in the resulting 2-dimension pivot. Now when you make a selection, you will be selecting X/Y and Pass/Fail, so you should see the correct resources in the detail.