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

Data reduction based on selection with a button in browser

I have a document where I want the user to select up to three instruments from a range of instruments and then reduce the data with a button based on that selection.

I don't want to lock the user into only being able to view certain instruments and I would like them to be able to view any as long as they don't view more than three at a time (I don't want them seeing a whole company overview only a sub-section, they can chose which sub-section).

Using a button and a reducedata via a macro this works correctly with the the thick client (not in browsers view mode).

Via a browser the reduction does not take place although the rest of the button's actions are executed.

The macro is simply:

Sub ReduceData

          ActiveDocument.ReduceData

End Sub

Are there extra steps I need when using browser mode?

Are there limitations around reducting data from the browser?

If this is obvious then pointing me in the right direction would be much appreciated.

Thanks.

0 Replies