Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikSense Where Condition Problem

Hi all,

I have this calculated dimension:

(if(len(CloseDate__c)=0, date(UnofficialCloseDate__c,'YYYY-MM-DD'),date( CloseDate__c,'YYYY-MM-DD'))) as date_fiscal_year

I need to insert it in the where conditon between two time ranges in the load script and  I don't know how they work together.

How can I fix the problem?

Thanks a lot.

Bye bye

0 Replies