Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis and Alternate State

Hi,

I created an text object in a alternate state (S2) with the follow expressions:

=Sum({<

ID_REF_ATEND = {6}

,CD_SETOR_REF_ATEND = p([S1]::CD_SETOR_REF_ATEND)

,DT_REF_ATEND = {$(=Num(MonthStart(min([Período Adm/Alta Setor]))))}

>}CONT_REF_ATEND)

My problem is here: DT_REF_ATEND = {$(=Num(MonthStart(min([Período Adm/Alta Setor]))))}

The field [Período Adm/Alta Setor] is in default state. Does anyone knows how get the selection of this field?

thanks!

12 Replies
Not applicable
Author

And the solution is?

Not applicable
Author

$::[Período Adm/Alta Setor]

Not applicable
Author

$::[Período Adm/Alta Setor]