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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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 (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

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
MVP
MVP

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.