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: 
Billy_u
Creator
Creator

If condition, front end, error system, getselect function

good morning to all of you,

I'm processing an if condition in front end, like this:

 


=if(getselectedcount(Data_calendar)=1 and
 (DATE_START <= getfieldselections (Data_calendar) and DATE_END> = getfieldselections (Data_calendar), ID_1, ID_1)

but it's giving me a problem that I don't understand, the connection drops, or can't find the sheet anymore, what happens what can it be?

 

thx for suggestions

Billy

Labels (1)
1 Reply
MayilVahanan
MVP
MVP

Hi @Billy_u 

Both true & false statement contains same field (ID_1),

in that case, I think, its not required to use if Condition itself. 

Can you explain with sample

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.