Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community,
I’m working on a QlikSense app where I need to capture user selections made in the filter pane and send this data to BigQuery. My goal is to store the exact filter values chosen by the user and forward them to BigQuery in real-time or in regular intervals.
Has anyone implemented something similar, or can you suggest the best approach to achieve this? I’m particularly interested in:
Would appreciate any guidance, examples, or documentation that could help!
Thanks in advance.
Hey @Jutheesh2 what is your final goal? Whay you need to send current selections outside Qlik?
Anyway, you could monitor current selections using a Qlik extension and selections API, then call a backend service for sending selections. Backend service will forward your data to BigQuery. This could be an option, please consider how to secure the entire flow.