Release Management
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The value constraints for numeric type tests were not being sent correctly in the XML request message. The <constrain_by_value> section was not generated. As a result all values were appearing in the timeline.

STATUS/RESOLUTION: This issue has been resolved. The value constraints for numeric type concepts are now sent in the XML request message correctly. Only those concepts meeting the criteria will display a "tick" in the timeline view.

...

The value constraints for enumerated text were returning an error because the operator of "Is" was being sent with the text value. In addition, the text value was missing single quotes which resulted in the error message. As a result all values were appearing in the timeline.

STATUS/RESOLUTION: This issue has been resolved. The value constraints for text type concepts (enumerated) are now sent in the XML request message correctly. Only those concepts meeting the criteria will display a "tick" in the timeline view.

...

Value constraints using the "BETWEEN" clause where not always correct in the XML message. The <value_operator> was missing and the value was not populating the <value_constraint>. As a result all values were appearing in the timeline.

STATUS/RESOLUTION: This issue has been resolved. The value constraints using the "BETWEEN" clause are now sent in the XML request message correctly. Only those concepts meeting the criteria will display a "tick" in the timeline view.

...