Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have attached a QVF file.
This app has 2 tabs.
First Page -> Has Class-wise Average Marks for 11 students
Detail Page -> Has Student-wise record of Marks in 5 subjects
Objective:
I need to see the First Page with All Classes Averages (regardless of selections made in Second page) [Please Note, I was already offered suggestions to create BookMarks, create Alternate Views etc. - These do Not work -- Because, I have, a Date field on First Page, and I want to be able to use this Date field, when I look at Student Detail on next page]. If I freeze first page with Alternate state, the second page does not know which Date I used in the First Page.
I need the second Page to have a Filter Pane, where I should select Only One Student at a Time but this Should NOT affect display on First Page. [I was offered suggestions to go to Field Settings and select "allow one selected value", or to setup Aliases with 2 different names - each referring to a different sheet or to Use "Alternate states" feature] => These suggestions did not work. I am wondering, if this is a Limitation of Qlik Sense's capabilities.
I was also suggested the link to setup "identity/1" and "identity/2" suffixes on URLs - this definitely does Not work
Therefore, could someone please provide a correct answer, that definitely works. If there is No solution, it will be a great help, if someone could clarify that.
Inline script for you quick convenience. Also QVF attached.
StudData:
LOAD * inline [
Class,StudID,Botany,Philosophy,Math,Music,History,Physics
Class A,Stud1,84,92,64,72,66,21
Class A,Stud2,43,50,51,26,82,94
Class A,Stud3,89,90,28,36,44,38
Class A,Stud4,58,89,25,47,55,99
Class B,Stud5,82,47,44,47,88,50
Class B,Stud6,95,43,43,74,43,78
Class C,Stud7,63,62,76,54,56,66
Class C,Stud8,37,68,95,69,81,98
Class C,Stud9,29,60,35,45,80,97
Class C,Stud10,79,31,70,27,65,83
Class C,Stud11,85,42,69,75,93,81
]
What about using alternate states, but by Set Analysis let the selections in the Date field of one state affect the output of the expressions on both pages.
What about using alternate states, but by Set Analysis let the selections in the Date field of one state affect the output of the expressions on both pages.