reporting services - SSRS/MDX - Needs to display all months -


i want display 12 months (january-december) in matrix. i'm passing 1 parametr @year. when have these months in cube, it's ok if not - doesn't display months. should do, have missing months , zeros in them?

example:

@year = 2013   jun | feb | ... | dec    19 |  3  | ... |  6 

i have:

@year = 2014    jun | feb   12 |  23  

what want have:

@year = 2014    jun | feb | mar | apr |...    12 |  23 |  0  |  0  |... 

thanks in advance,
monica


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -