Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 3 questions regarding data analytics and charts:
1) I would like to display on the chart data from the same day each month, e.g. if today is 23 Jan, I want to get on the chart bars for 23 december, 23 november, 23 october etc. How should i do that? Is there a formula that can make it happen?
2) I have sales representatives assigned to stores. I would like to display on chart to what % of the sales rep’s total stores base he sold in each month / week / day.
Any ideas on how to do that?
3) Based on point two I would like to generate list / table with stores least frequently visited by the sales rep out of his total base? E.g. display in table store not visited over last 2 weeks. How to do that?
Many thanks for your help
Best regards
Thomas
1). Add a dimension for the month of your date to your chart to get a value for each month and add a listbox using day(your_date_field). The listbox will allow you to select days 1-31 of each month.
Hi,
For 1), a calculated dimension:
= Day (DateField)
should do.
For 2) and 3), the answer will depend on your data model, field locations, tables and joints. Could you post some sample data? You're more likely to get the proper answer