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

Error in Calculated dimension

Hi,

I have Qliview applications in Access point and in all appliactions for Bar and Line chart items I am getting the message as

//Error in Calculated dimension .

This is happening in every Bar and Line chart items.

Could anyone let me know why it is like that please.

Thanks.


16 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Could you post the expression your using for the dimension?

Not applicable
Author

Hi,

The Expression is

IF(FiscalWeekSerial >=($(curFiscalWeekSeq)-4) AND FiscalWeekSerial<=$(curFiscalWeekSeq),FiscalWeek)

CELAMBARASAN
Partner - Champion
Partner - Champion

Expression used in curFiscalWeekSeq?

Not applicable
Author

The Dimension expression is

IF(FiscalWeekSerial >=($(curFiscalWeekSeq)-4) AND FiscalWeekSerial<=$(curFiscalWeekSeq),FiscalWeek)

and in Expression tab the expression is

Count(Distinct(CaseID))

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

What about FiscalWeek? and what about curFiscalWeekSeq variable expression?

tresesco
MVP
MVP

Check if all the fields and variables (if any) are still valid, might be some of them are not being created as expected after the recent load. Assuming that, it was working fine sometime back.

Not applicable
Author

Yes you are right it's worked perfect some time back today only I am getting this problem and I am not able to see one chart item completely. please help me as I am really confusing here

Not applicable
Author

Could you please let me a bit more clear as In the Variables Overview tab I am not able to see any values for FiscalWeek and curFiscalWEeekSeq

CELAMBARASAN
Partner - Champion
Partner - Champion

I guess curFiscalWeekSeq this would be variable because you have included in the dollar expressions.

And FiscalWeek would be field name. Have you check that.

If possible attach sample app. will check it.