Hello,
I'm creating web mashup and I'd like to change some HyperCubes dynamically (for example changing data time period using datepickers). I've read about applyPatches but can't make it work with my HyperCubes that are defined using
app.createCube(...
Where app is
const app = qlik.openApp(...)
If applyPatches is not the way - how else should I do it? All examples are referencing things like backendApi.applyPatches, model.applyPatches, vis.applyPatches, what should I reference in my example?
Thanks in advance and have a great day.