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

i have some calculation in excel i want implement same calucaltion in qlikview pivot or chart table?

i have some calculated data in excel i want to implement same in qlikview ?

please find attached excel sheet contains two tabs base data and calc data

calc tab  contain some calculations are there i want to show same output in qlikview by using pivot or straigh table

common column in both the sheets DCC column

excel qlikview out put contains some forulas if u click qlikview out put cells u can find those formulas like

=IFERROR(VLOOKUP($A9,'Base Data'!$A:$C,2,0),0)

=SUMIFS(L:L,$B:$B,$A10)

=IF($D9="Internal",(J9+K9)*$C9,0)

i want to implement same formulas in qlikview please help on those formulas

please help on that

thanks

5 Replies
Not applicable
Author

experts please help on that

datagrrl
Creator III
Creator III

Here is an answer for IFERROR

http://community.qlik.com/thread/93960

Basically use the ALT function

For =IF($D9="Internal",(J9+K9)*$C9,0)

I assume this would work

IF(Dimension1='Internal',(Measure1+Measure2)*Measure3,0)

ThornOfCrowns
Specialist II
Specialist II

is this the same set of data that you mention in http://community.qlik.com/thread/135438?

If so, can you please keep everything in one thread?

Not applicable
Author

Hi

thanks for replying

can u explain briefly   below formulas in excel file

=SUMIFS(L:L,$B:$B,$A10)

=IF($D10="Internal",(J10+K10)*$C10,0)

Thanks

Not applicable
Author

expersts please help.