Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
regowins
Creator II
Creator II

PowerTools QV User Manager remove CAL less than 30 days

Hi,

Is it possible to remove a CAL that is less than 30 days old via User Manager. I have been able to remove all CAL's that greater that 30 days old but not less.

Thanks!

4 Replies
Miguel_Angel_Baeyens

Hi,

As far as I know, this is how the PowerTools have been built: you cannot specify that date range, and the tool will clean all above those 30 days. But leave a comment requesting for a modification if that suits you in the PowerTools Document.

Hope thet helps.

Miguel

Not applicable

Hola amigos como estan... les cuento que estoy buscando la manera de tener en una formula de SUMAR pero que tenga un condicional de un campo ligado a otro campo, me explico:

Sumar un numero de registros con una condicion específica, en terminos de formula sería algo asi:

=sum({$<Per_Largo= {'APUAM'},FABRICANTES={'COMPAQ'},SEGMENTOS={'COMPUTADORES'},Cod_Identificador={'APA'}>} VALOR)

con esta formula intento sumar todas las ventas de un fabricnate específico para un periodo específico y con un codigo de indentificación específico.

ahora esto funciona muy bien de esta manera, pero mi pregunta es como hago para hacer la misma formula pero que no este sujeta a un valor FIJO constante sino a un valor que varíe de acuerdo a una selección de filtros, es decir reemplazar por ejemplo FABRICANTES={'COMPAQ'} por FABRICANTES=Seleccion_Fabricante.

me podrían por favor ayudar... gracias!!!!

regowins
Creator II
Creator II
Author

I will do that.  Thanks Miguel!

regowins
Creator II
Creator II
Author

Hi Miguel,

Similar to how you can list user cals to a CSV file like below

echo qv-user-manager.exe --list cal

..\..\qv-user-manager.exe --list cal > data\cal.csv

Do you know if you can list the users that were removed after 30 days of inactivity to a CSV file? do you know if the below code will work?

echo qv-user-manager.exe --remove cal

..\..\qv-user-manager.exe --remove cal > data\remcal.csv

thanks!