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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sheet level restriction

Hi All,

I want to show only 57 ports data only in one sheet how can i do

i had tried to using triggers in sheet it is not that much effective

Thanks

sivaram

16 Replies
PrashantSangle

In Script write those 57 Port in either if clause of where to clause.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Thanks Jagan

i am sharing the screen

can u see the county/ports the multi boxs in that same multi boxs i have used in 10 sheets

in one sheet only i want to restrict

i have used trigger select in field that 57 ports result is good

but if clear in multi box it is going i had used lock field also can u plz help me

deporcher port

dest port

as u  said to right a code in script if i have no opption left i will do that jagan i have to use in only one sheet only know why to right in script that what i think

Thanks once again

Sivaram

mohammadkhatimi
Partner - Specialist
Partner - Specialist

=aggr(if(rank(Expression),port of loading)),4)<=57,port of loading),port of loading)

=aggr(if(rank(Expression),port of depacher)),4)<=57,port of depacher),port of depacher)


Above expresion is base on Top 57 ports...

Try above expression..

Hope this helps you...

Regards,

Mohammad

jagan
Partner - Champion III
Partner - Champion III

Hi,

Handling this in script is a best option, if you select with trigger and then if you clear this selection will be gone.  So my advice is try to handle that in script level.

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Also maintain this in Excel sheet, so that in future if you want to Add/Remove some ports changing the excel file is enough no need to touch Qlikview files.  I always implement like this.

Regards,

Jagan.

Not applicable
Author

Thanks

I will try with script only

but how can i show the values of this ports in charts using expression

but how in stight table

below are dimension

and exp

how can show the data for this ports only that stright table jagan

jagan
Partner - Champion III
Partner - Champion III

HI,

In all your expression put this condition in set analysis

=Sum({<Flag={1}>} MeasureName)

Regards,

Jagan.