Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis task

Based on calendar object selections...it will show all years in one bar chart and  it will show particular years in another bar chart.

for example if i select 2011 in calendar object ...in one bar chart all months should be appear and in another bar chart jan,feb,march,dec..these  particular moths should be appeared.

3 Replies
Gysbert_Wassenaar

In the chart that should show all years change the expressions to overrule the selections in the year field. For example sum(Sales) would become sum({<Year=>}Sales) if you want to ignore selections in the field Year. Sum({1}Sales) would ignore selections in all fields.


talk is cheap, supply exceeds demand
sushil353
Master II
Master II

Hi,

you can use drill down option in dimension.

Create a drill down group for Year and Month and then use that drill down dimension in dimension.

HTH

Sushil

Anonymous
Not applicable
Author

the second Chart should use a calculated dimension

if (Macht(monthfield,'jan','feb','march','dec')>1,monthfield)

why do you want those specific months?

maybe a flag would be easier to hanlde in script?