Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Basic question here. I want to create a graph showing:
my fields available are:
I cannot get this expression as I need to use the Won/Lost date as both the InYear and month.
Appreciate any help
May be this:
Dimension: MonthName([Medal.Won/Lost Date])
Expression: Count({<Year = {'2015'}, [Medal.Status] = {'Won'}>} [Medal.Status])
May be this:
Dimension: MonthName([Medal.Won/Lost Date])
Expression: Count({<Year = {'2015'}, [Medal.Status] = {'Won'}>} [Medal.Status])
Thanks again sunindia, great stuff.