Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rakhulwen
Contributor
Contributor

Qlik Sense - Section Access by Stream

Hi!

I would like to have section access based on the stream that the app is on.

So if the app is on stream A, data X is shown, if it's on stream B, then data Y. Is this doable?

Thanks!

2 Replies
Or
MVP
MVP

Have a look at this:

https://community.qlik.com/t5/App-Development/QSense-How-to-get-the-current-stream-name/td-p/1413298...

Once you have the stream from the repository, the rest is just an IF statement.

Vegar
MVP
MVP

As far as I know it is not possible to detect stream location of an application in the section access nor the script. 

To solve this you need to add some kind of logic in the script by your self. The post that @Or liked to could point you in one direction on how it could be done.