Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reducing Data on AJAX Client

We have tried Data Reduction based on a Field Selection in QV Desktop which works fine with the below Macro code. However while loading the qvw hosted in server with the help of AJAX URL it doesn't reduces the data.

Macro Used:

sub AfterReload

FieldArray = array("CxxxID") // Field name for reduction

Set x1 = ActiveDocument.GetVariable("Input_Value") // To check Permissions

x1.SetContent ActiveDocument.GetProperties.UserPermissions.ReduceData, true  // Returns TRUE - We have permission

ActiveDocument.ReduceData false, FieldArray

end sub

Any help would be much appreciated !

Thanks,

Mani.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

That's not possible with the ajax client. If you want to reduce data you need to do it with Publisher.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

That's not possible with the ajax client. If you want to reduce data you need to do it with Publisher.


talk is cheap, supply exceeds demand