Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HelloI have a graph plotted with 12 months on the x axisI want to display data between 2 selected months aloneeg: If I select March and July, I want the data from March to July get plotted in the graph.How can we do that?
HI Athira,
Try like below
If you have date field, try like below
Sum({<Date={">=$(=MonthStart(Min(Date)))<=$(=MonthEnd(Max(Date)))"}, Month=, Year=>}UrExp)