Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

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

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