Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
infosense_devel
Creator II
Creator II

Event SE_LOG: Expression Error

Hello,

when I am accessing my QVW file from access point one of my chart object give an error,

SE_LOG: Expression Error. Doc: 02.Published/O2C Analysis.qvw, ObjectId: Document\CH367, Expr(0)

From windows event viewer:  Event id 300

erorr.png

Thanks in Advance...!

1 Solution

Accepted Solutions
Anil_Babu_Samineni

I didn't understand this part at all. Could be issue over here. May be this?

Common_Date = {'>=$(=min(AddMonths(=min(MonthStart(Common_Date)),-12))) <=$(=max(AddMonths(today()-1,-12)))'}

Common_Date = {'>=$(=AddMonths(Min(MonthStart(Common_Date)),-12)) <=$(=Max(AddMonths(Today()-1,-12)))'}


Final Expression Should be this, May be


=Sum ({<REC_TYPE={'GTNRec'},ACCOUNT_GROUP={'Gross Sales'},GCC_SEGMENT3-={3801},Common_Year = {'$(vDSOEPriorYear)'}, Common_Date = {'>=$(=AddMonths(Min(MonthStart(Common_Date)),-12)) <=$(=Max(AddMonths(Today()-1,-12)))'} >} RAGLDA_ACCTD_AMOUNT)


Note: You may getting error like Nested Aggregation.


Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
Anil_Babu_Samineni

Could be the cause Upgrade issue, Can i know the expression you used for that object 367??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
infosense_devel
Creator II
Creator II
Author

Please find below expression:

=Sum ({<REC_TYPE={GTNRec},ACCOUNT_GROUP={'Gross Sales'},GCC_SEGMENT3-={3801},Common_Year = {'$(vDSOEPriorYear)'},Common_Date = {'>=$(=min(AddMonths(=min(MonthStart(Common_Date)),-12))) <=$(=max(AddMonths(today()-1,-12)))'}>} RAGLDA_ACCTD_AMOUNT)

below is another expression which is not giving error in same chart:

=Sum ({<REC_TYPE={GTNRec},ACCOUNT_GROUP={'Gross Sales'},GCC_SEGMENT3-={3801},Common_Year = {'$(vDSOEMaxYear)'}>} RAGLDA_ACCTD_AMOUNT)

Anil_Babu_Samineni

I didn't understand this part at all. Could be issue over here. May be this?

Common_Date = {'>=$(=min(AddMonths(=min(MonthStart(Common_Date)),-12))) <=$(=max(AddMonths(today()-1,-12)))'}

Common_Date = {'>=$(=AddMonths(Min(MonthStart(Common_Date)),-12)) <=$(=Max(AddMonths(Today()-1,-12)))'}


Final Expression Should be this, May be


=Sum ({<REC_TYPE={'GTNRec'},ACCOUNT_GROUP={'Gross Sales'},GCC_SEGMENT3-={3801},Common_Year = {'$(vDSOEPriorYear)'}, Common_Date = {'>=$(=AddMonths(Min(MonthStart(Common_Date)),-12)) <=$(=Max(AddMonths(Today()-1,-12)))'} >} RAGLDA_ACCTD_AMOUNT)


Note: You may getting error like Nested Aggregation.


Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful