I'm facing a challenge in Qlik Sense, specifically in a pivot table where the measure is represented as rows and dimensions are arranged below. How can I delete rows with null values or zeros?
@SonPhanHumanIT The best option i can think to adding calculated dimension or expressions with Len().
Ex, If(Len(FieldA)>0, FieldA)
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful