Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guys,
may i know,how to group same date objects on x-axis not from load statement?
note:
x-axis: =Aggr(Date(CREATETS,'dd/MM/yy'),TASK_REF)
y-axis is here:=Count({$<DOCTYPE={'Inbound'}>}TASK_REF)
thanks
May be try this:
=Aggr(Date(Floor(CREATETS),'DD/MM/YY'),TASK_REF)
tht's right sunny,thank you..i missed/forgotten the use of floor.
Great I am glad I was able to help.