Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello -
Can you please help me figure out how to properly represent dates on my line chart?
Default settings:
Dimension:
Expression (default settings):
I also have built a "calendar" dimension table
So now when user launches his report the default settings work as expected, the two lines represent last 13/last 26 month.
But as soon as they click on one of the calendar dimensions (i,e, YTD) the second line doesn't work. What function or formula should i be using? Please help
Thank you!
Hello,
Just specify time fields that don't have to work for this chart, modify your expressions like this:
Dimension:
Expression (example):
in above example I set time fields (I supouse you have Year, Month and Day Fields) = nothing (exclude them from selections) but If you have more just include them in set analysis.
I you can attach an example
Hi Oswaldo,
I am almost there and your explanation makes sense! The formula densest work What else can i try?
Expression:
Thank you!
Hi,
"Field" + "=" + "," should works but you can try with out equal sign and use just dimension name like this:
Rev Current Year (last 13 month) =SUM({<month_offset={[>=-13<0]}, Year,Month, Day,YTD>}sum_full_sell_price_usd_budget_current)/1000.
I you can attach an example to test with the same qvw
Regards.
The same result, densest like the commas.