Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

triger

hi,

i want that one of the sheet will be aotu with the current month,

with no posibility to chenge it by user.

is it possible ?

thamks'

yarin.

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

as i see it you have 2 options:

1.to use set analysis in all expressions in the sheet , that way the user won't be able to change anything

but this method mean you need a lot of maintenence.

2. to create a trigger that upon activating the sheet

will select current month, and then lock the moth field

when the user leaves the sheet you need to unlock the field

in this method there is no maintenence

but advanced user can unlock the field and change the selections


View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

as i see it you have 2 options:

1.to use set analysis in all expressions in the sheet , that way the user won't be able to change anything

but this method mean you need a lot of maintenence.

2. to create a trigger that upon activating the sheet

will select current month, and then lock the moth field

when the user leaves the sheet you need to unlock the field

in this method there is no maintenence

but advanced user can unlock the field and change the selections