LinkedAnalysis {
setFilters(selections: Selection | Selection[]): void
removeFilters(): void
}
// samples:
// 1. update data point selection filter with Selection
// const selection = {
// "Location_4nm2e04531": "[Location_4nm2e04531].[State_47acc246_4m5x6u3k6s].&[SA2]",
// "Product_3e315003an": "[Product_3e315003an].[Product_Catego_3o3x5e06y2].&[PC2]"
// };
// this.dataBindings.getDataBinding().getLinkedAnalysis().setFilters(selection);
// 2. update data point selection filter with Selection[]
// const selections = [{
// "Location_4nm2e04531": "[Location_4nm2e04531].[State_47acc246_4m5x6u3k6s].&[SA1]",
// "Product_3e315003an": "[Product_3e315003an].[Product_Catego_3o3x5e06y2].&[PC4]"
// },
// {
// "Location_4nm2e04531": "[Location_4nm2e04531].[State_47acc246_4m5x6u3k6s].&[SA2]",
// "Product_3e315003an": "[Product_3e315003an].[Product_Catego_3o3x5e06y2].&[PC2]"
// }];
// this.dataBindings.getDataBinding().getLinkedAnalysis().setFilters(selections);
// 3. Remove data point selection filters
// this.dataBindings.getDataBinding().getLinkedAnalysis().removeFilters();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
10 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |