I am trying to create a new analysis from a template and getting errors because of the cross sheet filter controls that exist in the original analysis. I am using CDK to automate the process of building new analyses from the original analysis and the error I receive is like in the picture below and seems to be related to the control of a cross sheet filter that exists on every sheet. It seems it doesn’t allow to have multiple of these filter control ids in the same template. I can resolve the issue by removing just the control from every sheet in the original analysis, where I succeed to recreate the analysis. Since the cross sheet filtering is a new feature, my guess is that this might be a bug but I am curious if anyone else came across this issue and if there is another way to resolve it.
Thank you