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

QlikView formula error

Hi Guys,

Am facing formula error in QlikView if you see the image below I would give an idea

basically when its come to maths sum(A) - sum(B+C)  and sum(A) - sum(B) - sum(C) are output same value but

in QlikView I get two deference figures. can any one explain me why is this? for your reference I have attached an excel file

Thanks in advance!

error.jpg

Message was edited by: Mafaz Jaufer Please find the QVD attachment...

29 Replies
Not applicable
Author

Dear Jagan,

Thank you so much for looking in to my call!!!

I have already attached all the relevant documents you can find it above in my discussion 

jagan
Luminary Alumni
Luminary Alumni

HI,

Reload this file and check the issue exists.

Regards,

Jagan.

Not applicable
Author

Dear Jagan,

Still am getting two figures. can you please help me to short this out....

error11.jpg

prodanov
Partner - Creator
Partner - Creator

This is correct answer.

jagan
Luminary Alumni
Luminary Alumni

HI,

Can you attach the QVDs you are using?

Regards,

Jagan.

Not applicable
Author

Thanks for your consideration...

Please find the QVD's in the above discussion. hope you will give me a favourable answer  

jagan
Luminary Alumni
Luminary Alumni

Hi,

Please find attached file for solution.

Regards,

Jagan.

Not applicable
Author

wow.. it looks okay. Can you please explain the code below. coz when I run this code my data get empty 

CORE:

LOAD DATE,

     FACTORY,

     BUYER,

     BUDGET,

     ALLOCATION,

     PROJECTION,

     PRODUCT_CATEGORY,

     0 AS ACTUAL_SAH

FROM

[CORE.qvd]

(qvd);

Concatenate(CORE)

LOAD DATE,

     FACTORY,

     BUYER,

     PRODUCT,

     ACTUAL_SAH,

     0 AS BUDGET,

     0 AS ALLOCATION,

     0 AS PROJECTION

FROM

[tbl_LOAD.qvd]

(qvd);

jagan
Luminary Alumni
Luminary Alumni

Hi,

I am just concatenating or Union (In SQL) two qvds into one table instead of two tables.

Regards,

Jagan.

Not applicable
Author

THANKS A LOT RIGHT SOLUTION ON RIGHT TIME