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

Mini Chart in Limit Dimension Issue

i have two Dimension in a Table State and City, i have put a limit Dimension on City i.e.

limitDimensionWindow.png

i have also created a MINI Chart in last of the table column in which i want to show the trend of the T/o.

limitDeminsionIssue.png

when i remove limit Dimension formula its show trend in all city. but when we put the Limit Dimension back is show me blank few City.

the Trend Dimension is MonthYear.

trend Formula:

(Sum({<MONTHYEAR=>} TRADE_VALUE)/sum({<MONTHYEAR=>} TRADING_DAYS))

11 Replies
Anonymous
Not applicable
Author

Are you sure your formula is correct?

For me it should be like this:

=(Sum({<MONTHYEAR=>} TRADE_VALUE)/count({<MONTHYEAR=>} distinct TRADING_DAYS))

Not applicable
Author

Hi Balraj,

Formula is Correct because i have a table where i have keep MONTHYEAR, TRADING_DAYS for example.

MONTHYEAR,      TRADING_DAYS

NOV-2015,           20

for Daily Avg Calculation i have to do like this only.. other place i am doing this way only..

Its a just matter of deriving value...

Not applicable
Author

Even if i do only SUM() then also facing the problem. but when i remove the Dimension Limit its working fine.

Anonymous
Not applicable
Author

okay, so what dimension limit you are trying to achieve?

Anonymous
Not applicable
Author

On State & City what restriction you want to apply?

Not applicable
Author

Already Mention the on the First Post along with the screenshot

Anonymous
Not applicable
Author

did you try with suppress with null option for City Dim?

ajsjoshua
Specialist
Specialist

Hi,

Make Mode:Sparkline

click Supress when value is Null.

Not applicable
Author

Already check that no problem with that... I think it is related to Limit Dimension only because when i remove Limit Dimension its showing mini Graph for all city.

Image After removing Limit Dimension.... Now it showing all

limitDeminsionIssue2.png