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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

getfieldselections with multiple values

Hi everyone.

I'm currently trying to use the function getfield slections in order to filter a table based on a selected value in a filter box.

The expression I'm currently using is the following:

=sum(if(recorddate=getfieldselections(selecteddate), revenues))

The problem arises when I select two or more date in the filter box: the if function finds no corresponding value.

How can I deal with this issue? Thanks.

Please see attachments for further details.

Additional info: selectedddate and recorddate are not linked together - there's no association between them.

10 Replies
Not applicable
Author

Great! Funny thing is that I've always used Sum(if(..)) function and I was wondering why this time didn't work.

As you mentioned, one of the two date was loaded as text, not as a date itself.

Thanks for your help.