Skip to main content
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
MVP
MVP

Could you post a small sample application?