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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to detect loaded field and values ,data reduction on post reload

Hi,

My requirement is initially we load the data from excel. And after for data reduction we load the field and values from xcel and qlikview has to identify the loaded field and value to reduce on post reload.

Ex:-Initially loaded 10 item and to delete items 3,4 and 5.we pass these values from excel and qlikview has to identify automatically these field and values to remove after reload.

Can anyone help on these issue.

Kindly check the attachment.

Thanks,

Anil

16 Replies
Qrishna
Master
Master

See attached files.

Input values in the excel sheet called 'Data To be reduced' and save the excel.

reload the application.

Not applicable
Author

ok it works...but we want to do reduce data on post reload...

Qrishna
Master
Master

ya thats the post reload  only.

Qrishna
Master
Master

Oh do you mean, you reload the application, then enter the reduction values in the excel sheet?

Then its not possible with an external file.

if you are making any changes in the external file and the changes be implemented in the app then you have to reload the application.

i have provided you 3 solutions, you can choose one.

According to your requirement the last one is much suitable.

thanks

Not applicable
Author

we don't want to change the script..but reduce data on post reload.

like using Onpostreload trigger.

or

Using macro

ActiveDocument.ReduceData function.

Not applicable
Author

I am able to reduce the data when we manually selected the field value from the application and able to reduce the data after reload.

But i am facing the problem with how to pass the values dynamically values from Excel and reduce data.

Qrishna
Master
Master

you are not changing any script here.

you just input the values/fields to be reduced in the external excel(as you requested) then reload the application.

the data automatically gets reduced.