Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am stuck in one formula can any body help me please. I need to show last seven days dates in bar graph based on current date.
Hi got the solution
i make a field in load editor If(WeekDay(TempDate)<>'Sun',IF(TempDate>=(TODAY()-8)and(TempDate <TODAY()),'Last 7',''),'') as Sevenday and then i make measure =Date(If(Sevenday='Last 7',CallDate,''),'MM/DD')
and it works for me thank you.
try
EXP- Sum({<Date={"<=$(=Day(today()))>=$(=Day(today())-7)"}>}amount)
Not working please see the below image. Showing invalid value.
could you attach here your sample data
Hi got the solution
i make a field in load editor If(WeekDay(TempDate)<>'Sun',IF(TempDate>=(TODAY()-8)and(TempDate <TODAY()),'Last 7',''),'') as Sevenday and then i make measure =Date(If(Sevenday='Last 7',CallDate,''),'MM/DD')
and it works for me thank you.