Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
RyanSolamen
Contributor III
Contributor III

Automatic deletion of named CAL's

Hello,

In a scheduled manner i used to delete unused Named CAL's on weekly basis.

Is there a way to make it automated to delete for unused CAL's more than 48 hours.

Using latest version of Qlikview , Appreciate your help in this.

Thank You,

Ryan

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi Ryan,

You can filter your data from script level and can mention following in from statement...

From.....FilePath.... where CAL licenses<50

by above statement you will get only those data where CAL licenses is <50.

Thanks,

View solution in original post

6 Replies
deepakqlikview_123
Specialist
Specialist

Hi,

For named cal deletion there is no automatic way to do this activity you have to remove named cal manually.

Thanks

RyanSolamen
Contributor III
Contributor III
Author

Hello Deepak,

Thanks for your time,

Is there a way to get triggered when leased Named CAL licenses reach around 50?

Thank You,

Ryan.

Anonymous
Not applicable

Hi Ryan,

You can filter your data from script level and can mention following in from statement...

From.....FilePath.... where CAL licenses<50

by above statement you will get only those data where CAL licenses is <50.

Thanks,

RyanSolamen
Contributor III
Contributor III
Author

Hello Pooja,

Thank You,

Could you please help, "From...FilePath", is it in QMC?

Thank You,

Ryan

Anonymous
Not applicable

Hi Ryan,

Not in QMC you can implement this in edit scrip from where you are extracting your data.

Requesting you to share some sample data so I can help you in scripting.

Thanks,

RyanSolamen
Contributor III
Contributor III
Author

Thank You Pooja,

Had created report using script and it solved.