book
Article ID: KB0079652
calendar_today
Updated On:
Description
It may be a requirement that a user wants to mark a union or an intersection of values on various columns when an analysis is loaded from the Web Player. The same can be achieved through the usage of a configuration Block URL as is shown in the resolution section below:
Issue/Introduction
How to mark the intersection or union of values for various columns through a configuration block URL
Resolution
Below are sample URLs to show how an intersection or union of values for two columns may be marked through the implementation of a configuration block URL:
&configurationBlock=SetMarking(tableName="Baseball", whereClause="[Player Name] IN ('Juan Castro', 'Tino Martinez') OR [Position] IN ('1B', '2B')");
&configurationBlock=SetMarking(tableName="Baseball", whereClause="[Player Name] IN ('Juan Castro', 'Tino Martinez') AND [Position] IN ('1B', '2B')");