Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sona_sa
Creator II
Creator II

Remove the Raw from Staright Table

Hello Friends,

I have a straight table, Now I want to remove the raws, where Expirary Date is Blank.

Please find the attached qvw.

Thanks.

1 Solution

Accepted Solutions
PrashantSangle

Your 1st expression like below

if(Column(2)>0,

If(Name='Vietnam',Min({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy')) <=$(=date(max(CDate),'dd-MMM-yy'))"}>}

  aggr(if(max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy'))"}>}CDate)<=

   max({<CDay=,CMonth=,CYear=>}LicenseDeployDate),Min({1}MaxNoOfLicense),Min({1}MinNoOfLicense)),NavisionInstance,CDate)),

  

Max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy')) <=$(=date(max(CDate),'dd-MMM-yy'))"}>}

  aggr(if(max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy'))"}>}CDate)<=

   max({<CDay=,CMonth=,CYear=>}LicenseDeployDate),max({1}MinNoOfLicense),max({1}MaxNoOfLicense)),NavisionInstance,CDate)))

   )

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

Hi,

In your 1st expression write

if(column(2)>0,yourExpression)

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
PrashantSangle

Your 1st expression like below

if(Column(2)>0,

If(Name='Vietnam',Min({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy')) <=$(=date(max(CDate),'dd-MMM-yy'))"}>}

  aggr(if(max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy'))"}>}CDate)<=

   max({<CDay=,CMonth=,CYear=>}LicenseDeployDate),Min({1}MaxNoOfLicense),Min({1}MinNoOfLicense)),NavisionInstance,CDate)),

  

Max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy')) <=$(=date(max(CDate),'dd-MMM-yy'))"}>}

  aggr(if(max({<CDay=,CMonth=,CYear=,CDate={">=$(=date(max(CDate)-14,'dd-MMM-yy'))"}>}CDate)<=

   max({<CDay=,CMonth=,CYear=>}LicenseDeployDate),max({1}MinNoOfLicense),max({1}MaxNoOfLicense)),NavisionInstance,CDate)))

   )

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂