aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

XOQ-00509: Invalid value string "(string)" is used for a value of dimension "(string)".

XOQ-00509: Invalid value string "(string)" is used for a value of dimension "(string)".
Cause: The query contained an incorrectly formatted value string. The accepted formats are "HIERARCHY::LEVEL::VALUE" in hierarchy-qualified value mode, or "[Dimension].[Hierarchy].[Level].[Value]" in ODBO compatibility mode.
Action: Correct the value string used in the query, or select values using the localValue attribute. For example, dimensionSource.select(dimension.getLocalValueAttribute().getSource().eq("value"));

请先 登录 后评论

1 个回答

小智
XOQ-00509:无效的值字符串“(string)”用于维度“(string)”的值。,
.原因:查询包含格式不正确的值字符串。接受的格式是层次合格值模式中的“HIERARCHY :: LEVEL :: VALUE”,或者ODBO兼容模式下的“[Dimension]。[Hierarchy]。[Level]。[Value]”。,
.操作:更正查询中使用的值字符串,或使用localValue属性选择值。例如,dimensionSource.select(dimension.getLocalValueAttribute()。getSource()。eq(“value”));,
.
请先 登录 后评论