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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mhmmd_srf
Creator II
Creator II

Row hide in Qlikview

Hi All,

I have on Straight Table. Where I want to hide rows on the basis of One field that is Stocks Unit Frozen. This is conditional field based on the Selection of Frozen Flag.

Which row is having Stocks Units Frozen =0, I want to hide those row.

Could you please help me do the same.

I am attaching the sample app. Please help.

Thanks,

Sarif

4 Replies
prma7799
Master III
Master III

You want to remove  values for column Cost also because of Cost you are getting 0 for Stocks Units Frozen

Anil_Babu_Samineni

I don't have qlikview software, I will give antonym in different orient which are

1) Create flag same where the condition is opposite to only one value like If(Expression condition ..., 1) as Flag

2) Or else, You can do this in calc. dim like If(FieldName <> 0, FieldName) then give label as FieldName

HTH

Anil

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
antoniotiman
Master III
Master III

HI,

Expression Cost :

If(Column(1) <> 0,
sum(DIM_ITEM.ItemStandardCostPerStockUnit
))

Regards,

Antonio

Not applicable

Hi Sarif,

Add if condition to check column(1) <> 0 in all expression.