I'm trying to create a calculation view in the WDW. Everything works except that I'm trying to create a filter to eliminate records based on the value of a field called status. I've done this in HANA studio with a Not in list filter but I can't figure out how to do it in the WDW. The Not in list operator doesn't appear on the list of operators although it is listed in the documentation. I've tried many variations of:
not in("Status", "Completed")
The error I get is:
Repository: Encountered an error in repository runtime extension;Model inconsistency.Create Scenario failed:
Expression is not valid: Evaluator: syntax error in expression string;expected TK_ID,parsing 'not in("Status","Completed",[here])'(CalculationNode (Aggregation_1) -> filter)
The following errors occured: Inconsistent calculation model (34011)Details (Errors):- CalculationNode (Aggregation_1) -> filter: Expression is not valid: Evaluator: syntax error in expression string;expected TK_ID,parsing 'not in("Status","Completed",[here])'.
- CalculationNode (Aggregation_1) -> filter: Expression cannot be converted to query entries: Evaluator: syntax error in expression string;expected TK_ID,parsing 'not in("Status","Completed",[here])'.
I'm on SPS9.
I also tried to open a view I had created in HANA Studio with the filter but wasn't able to open in the WDW. The error I get is that the filter is an unsupported feature. Is possible that this kind of filter is not supported in the WDW?
Thanks,
Ross