Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mepa8011
Contributor III
Contributor III

I dont want two or more selections data

I dont want to see date for two selections. I dont need it.

(sum({<[registrationDate.autoCalendar.Date]=>}or {<rango=>}Total)

 

I need your help.

 

 

 

Labels (2)
1 Solution

Accepted Solutions
MayilVahanan

Hi @mepa8011 

Try like below which ignore both field selections

sum({<[registrationDate.autoCalendar.Date]=, rango=>}Total)

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

View solution in original post

2 Replies
MayilVahanan

Hi @mepa8011 

Try like below which ignore both field selections

sum({<[registrationDate.autoCalendar.Date]=, rango=>}Total)

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

excelent!, Thank You Very much... That was I needed it.