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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
shwetagupta
Partner - Creator II
Partner - Creator II

Equal to Sign & variable in YTD function

Hi All,

I am working on YTD function over Fiscal Year (From April my fiscal Year begins)

for which I have created following variable:

vYearStart = YearStart(Max(Date),0,4) as Soon as I use = sign infront of the variable while calling it using $ sign it changes my date value to 30-12-99., Without equals to it gives me the correct date.

vYearMax = max(Year(Date))

Now If i check my Range using:  '>=vYearStart<=vYearMax' i got - as Result. though individual variable are giving me result if I wont use = sign infront of them.

It is not picking the Date range. Can someone please mention the points to check to get this resolve.

(Possible mistake !!)

Shweta Gupta

1 Reply
swuehl
Champion III
Champion III

Could you post a small sample application?