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 ...
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) ...
One of the possible causes: --------------------------------------- Verify the parameter name used in the attribute. For e.g. Credit Customer_CUSTOMERPRICEBOOK" should be defined as "Credit_Customer_CUSTOMERPRICEBOOK". Ensure that all parameter names ...