This problem can occur if you drag and drop a computed measure then, the associated base measure will also be accompanied along with the computed measure irrespective of whether you drag the base measure or not. On dragging a computed measure, the ...
TIME filter is pre-defined and designed in such a way that it would not allow adding any new attribute to it. As an illustration, if the days (monday, tuesday etc) are required to be shown in the TIME filter then, we can create an attribute called ...
Ensure that the table names, column names etc. that is defined in the data model matches case with the way it is created in the database. (E.g. If the table name for a given dimension is created in the UPPER CASE in the database then, the dimension ...
Yes, you can. The attached document contains the screen print for that. To delete the saved filters from the My Filters folder under the Defaults tab: 1. Go to Analytic Personalization page. This page contains the saved filters. 2. Select the ...
The parameter name of the attribute dragged was not defined properly in mssql_dbmodel.xml. Ensure that all the parameter names are defined with an underscore (_) instead of space. Example: paramName="Credit Customer_CUSTOMERPRICEBOOK" (Not correct) ...