Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Allowing user to select the month range (Dimension) to view the data

Hi all ,

I have a bar chart which displays the sum(amount) for all the months.

Dimension = month

expression  = sum(amount)

now the user wants to select the months flexibly and not restrained to 12 months periods and can be set within a flexible time frame.


Kindly suggest on how this can be acheived.


Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be add MonthYear as a dimension instead of just Month?

View solution in original post

7 Replies
sunny_talwar

May be add MonthYear as a dimension instead of just Month?

Anonymous
Not applicable
Author

Hi Sunny ,

Yes i have done that , but i want to allow the user to select the number of Month-year he wants to view on the chart.

Any ideas on that ?

Thanks

sunny_talwar

I am not sure I understand... why can't the user select the month-years they want to? What is going wrong when they try to select there preferences?

sudhirpkuwar
Partner - Creator II
Partner - Creator II

Hi,

You can create a variable and make it use in the dimension limit tab

rsdhavle
Creator II
Creator II

can you give some more details as Sunny asked? Cause user can make selections by list box which will reflect on chart so what scenario are you trying to achieve exactly?

Anonymous
Not applicable
Author

Hi Sunny ,

I had implemented this , thanks for the response.

it is serving my purpose.

Thanks

sunny_talwar

Awesome