Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i have excel formula
=IFERROR(VLOOKUP($A10,'Base Data'!$A:$O,2,0),0)
how to use this formula in qlikview pivot table expression
Not. Qlikview is not a spreadsheet application. This kind of formula cannot be converted to a Qlikview chart expression..
Hi,
As Gysbert said Qlikview is not a Spreadsheet app. May be this can be done using some workaround in script/expression if possible. But with the formula alone it is not possible to give answer. If you are creating a discussion, first prepare some sample data and attach data/file and your expected output, so that it would be easier to give solution.
Regards,
Jagan.
In the front-end that is not possible in QlikView, but in the script your excel formula is a good match for APPLYMAP with a default value.
APPLYMAP('Base_Data',[Key],0) as [Field Name]