Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
santhosh_k_n
Creator II
Creator II

Report access

Hi All,

I am having two columns which represents reports type(each type in separate sheet) and report name.

Now i need to open the sheet of respective report type on clicking the report name. Both fields are placed in a table box in home page.

Report typereport name

sheet ID

Type1report1

sheet2

Type1report2

sheet2

Type1report3sheet2
Type2report4sheet3
Type2report5

sheet3

Type2report6

sheet3

Type2report7sheet3

Sheet1 is the home page and sheetID is not a field just for reference.

Currently I am applying field event trigger on Report type

if(GetFieldSelections([Report Type])='Type1','SH02',   

if(GetFieldSelections([Report Type])='Type2','SH03'))

Please suggest to navigate to the respective sheet from clicking on the report name, making all other reports in the sheet expcept the report selected should be hidden and only the selected report to be visible.

Thanks all

0 Replies