Is there a way to relay change in value of a field (say category) from dataset_1 to dataset_2 in same analysis.
I know that if I were to create a parameter and add it as a control then I can communicate between the two datasets. But that’s not what I’m trying to achieve.
My scenario is for example say due to user’s interaction value of category changes in dataset_1 then in dataset_2 I want to relay this change and use it as a filter, to show metadata about what kind of items belong to this particular category.
Would appreciate any guidance on how I can achieve this.
Hi @sanskari_lad,
The only way to communicate between 2 datasets would be to utilize a parameter control like you mentioned. I would suggest joining your datasets to achieve what you’re looking to do.
Indeed that was my first intention but both these datasets are from different sources and bringing them in SPICE would remove the real-time update, which is very important in my case.
I believe then the only other solution is to make the source same so that everything will be under the same dataset.
Do you think this use-case can be taken as a feature request or put it in backlog?