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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error In Summission of data

Hi,

I have a table with following load script:-

Table

Load

subject,

marks

from table_name;

While using sum for this table, the total summission comes as double:

Total

Load

'Total' as [Total]

sum(marks)

resident Table;

ex:-

CHE     10

Math     10

Fetching data from total table:-

Total     40

Is there any problem with load script or any unidentified loop works. Need help.

Thanks for help...

3 Replies
Not applicable
Author

Also, While creating the same table using group by doen't work as I don't need to group the fields , Whole sum is required.

And Load

sum(marks)

resident Table;

provides same output as Total     40

giakoum
Partner - Master II
Partner - Master II

Looks like the problem is your data. Could you please provide sample data? QV does not double anything unless it is there ...

Where do you see that 40? In a chart? a sample app would help.

Not applicable
Author

Thanks, its done now.