Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I make sure that the draw_end_date only take the data for the current month selected despite the draw ID?
Avg(Aggr((Sum(tkt_amt))/count(draw_id),draw_end_date))
How do I make it like a where clause draw_end_date= current Month selected?
Avg(Aggr((Sum(tkt_amt))/count(draw_id),draw_end_date==CurrentMonth selected))