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: 
Not applicable

Expression total of export Excel file not match with Qlikview expression total

Hi Community,

I have export straight table data of qlikview application in excel file. but total of row of excel file not match with qlikview expression total on my local computer.

e.g.

a) My qlikview data                              b) My Excel data on local computer

Acct_no   Expression Total_EOP            Acct_no      Total_EOP  

1               10                                        1               10

2               20                                        2               20

3               30                                        3               30

4               40                                        4               40

5               50                                        5               50

----------------------------------                         ----------------------------------

Total          150                                       Total          100

I have give above data is sample data.

How i resolve this problem?

Thanks in advance.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Thank you to every one for there reply.


I have export data of report with actual value it showing correct total in Excel file.Now total of row of Excel file match with Qlikview expression total.

View solution in original post

5 Replies
rajeshvaswani77
Specialist III
Specialist III

Hi,

It is due to the dimension in your straight table.

Change your expression to

aggr(sum(Expression),Acct_no)

and it must work

thanks,

Rajesh Vaswani

Not applicable
Author

Hi Rajesh,

Thank you for your quik reply.

I have apply your logic in me expression but i didn't got correct data in excel file.when i export file from qlikview row total not match with excel file export from qlikview application.

I want some of row total in qlikview is same as in excel file wich is i have export on my local computer.

PrashantSangle

Hi,

Try like

Sum(aggr(sum(Distinct Expression),All Dimension of Table)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
rajeshvaswani77
Specialist III
Specialist III

Hi,

Is the row total same when you visually see and total in table?

Without Export.

thanks,

Rajesh Vaswani

Not applicable
Author

Hi,

Thank you to every one for there reply.


I have export data of report with actual value it showing correct total in Excel file.Now total of row of Excel file match with Qlikview expression total.