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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Diferencia

hi,

i have the following data:

COST 1COST 2
2000025000

may I be directly plotted to the difference between the two data?

Thanks

Labels (1)
1 Reply
MayilVahanan

HI

Yes,

= Cost2 - Cost1

or

=Sum(Cost2)- Sum(Cost1) if you have any other field related..For ex:

ID,Cost1,Cost2

1,345,3456

1,34,26

2,45,75

2,567,987

In this, Cost2-Cost1 not suits, so use Sum(COst2)-Sum(Cost1) as expression and ID as dimension

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.