Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Sir ,
Helping me on dynamically finding Sum of Stock value of ONGOING quarter and last five quarter .
smething like below only
THANK YOU
Invariable overview
vToday=Today()
vL15m=AddMonths(Max(Date(Today())),-15)
Chart Type : Pivot
Dimension : STOCK , Yearqtr
Expression :SUM({$<DATE={">=$(=Date(vL15m))<=$(=Date(vToday))"} >} money)
neelamsaroha1575 .. Help me please .
Can you attach sample in text file
Do you mean sample data in text file ?
I wanting a set expression which should show me data for current quarter and last 5 quarter .
Invariable overview
vToday=Today()
vL15m=AddMonths(Max(Date(Today())),-15)
Chart Type : Pivot
Dimension : STOCK , Yearqtr
Expression :SUM({$<DATE={">=$(=Date(vL15m))<=$(=Date(vToday))"} >} money)
small correction :
vL15m=MonthStart(AddMonths(Max(Date(Today())),-15))
Thank You Sir . It is working .
But i do not seeing any difference between results of
AddMonths(Max(Date(Today())),-15)
MonthStart(AddMonths(Max(Date(Today())),-15))
Explain it to me .