Description:
Error "NPT-0103" is generated on an NSQL Query that uses the @[email protected] internal data provider
and a user-defined, custom attribute is added to the Build Weighted Average Formula of the Investment Risk Attribute
Steps to Reproduce:
SELECT @select:dim:user_def:implied:investment:q.inv_invest_id:[email protected],@select:dim_prop:user_def:implied:investment:q.unique_code:[email protected],@select:dim_prop:user_def:implied:investment:q.name:[email protected] (@[email protected]) qWHERE @[email protected]@column_list(@[email protected], INV_INVEST_ID, UNIQUE_CODE, NAME)@
SELECT @select:dim:user_def:implied:investment:q.inv_invest_id:[email protected],@select:dim_prop:user_def:implied:investment:q.unique_code:[email protected],@select:dim_prop:user_def:implied:investment:q.name:[email protected],@select:dim_prop:user_def:implied:investment:q.risk:[email protected] (@[email protected]) qWHERE @[email protected]@column_list(@[email protected], INV_INVEST_ID, UNIQUE_CODE, NAME, RISK)@
Expected: No error on the query.
Actual: Error NPT-0103: Error when trying to execute the query.
Solution:
WORKAROUND:
None.
STATUS/RESOLUTION:
Resolved in Clarity 12.0.5.
Keywords: CLARITYKB, CLRT-43938, clarity12resolved, clarity1205resolved.