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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
a_travino
Contributor II
Contributor II

Trigger or another solution qlikSense

Hi,

i have a little problem with qlik sense.

I would activate a trigger on a field in one sheet of dashboard (but in qlik sense is not possible).

I have a Gantt and i would see one value of my field (when this field have no selection), while when i have a selection i want a classic reaction.

This is my calculated dimension:

aggr(if(

networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))>=1

and

networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))<=30

,

RagioneSociale),RagioneSociale)

This is my ideas but is not correct:

aggr(if(

  networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))>=1

and networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))<=30

and GetSelectedCount ( DescCommerciale)=0

and DescCommerciale='AIELLO MARCO'

,RagioneSociale

,    if(

  networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))>=1

and networkdays (Today(),Date(FirstSortedValue({<AttStatoDaEseguire ={'Attività da eseguire'},AttivitaAperturaCausaleDaEseguire -= {'92'}>}DataDaeseguire,-IndiceDaEseguire)-1,'YYYY-MM-DD'))<=30

and GetSelectedCount ( DescCommerciale)>0

,RagioneSociale)),RagioneSociale)

Thanks

0 Replies