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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Required Excel Formula in Qlikview

Hi All

I want to generate Excel Formula in Qlikview.

I don't want to use DESC in ORDER BY.

I want to use below Formula in Qlikview:

IF(A3=0,"-",IF(A3=A4,"-",B3))


In above Formula A3, A4 and B3 are Excel Cell Numbers.

Excel Formula.png

See the Attached Excel Sheet.

Regards

Eric

Labels (1)
11 Replies
Not applicable
Author

Thanks Sunny for the Reply.

Is this the Right Approach.

Left Join on the basis of RowNo.

I want to use Previous and Next Row in the same table.

Like this:

If(NAME=NEXTNAME,VALUE1,

IF(NAME=PREVIOUSNAME,VALUE2)) AS New_Code

Is this Possible.

Any idea on this

sunny_talwar
MVP
MVP

This is possible, but I think you need to provide a better sample with whatever you are expecting from us.