适用于:Planning、Planning 模块、Financial Consolidation and Close、Tax Reporting
说明
HsSetValue 将视点 (POV) 的选定维成员在工作表中的数据值发送到数据源。HsSetValue 不支持属性维和成员。
要向数据源发送数据,您必须具有该数据源的相应加载规则和写权限。
示例 12-3 基本示例
在此示例中,HsSetValue 将值 123 发送到 Vision 应用程序(由 MyVision 连接名称表示)。
=HSSETVALUE(123, "MyVision","Account#7110: Advertising","Period#x---------x","HSP_View#BaseData","Year#FY19","Scenario#Forecast","Version#Driver","Entity#International Sales","Product#No Product")
示例 12-4 包含文本的示例
当文本用于 HsSetValue 中的 value
参数时,需要使用引号。
HsSetValue("Enter Some Text", "MyVision","Account#7110: Advertising","Period#Jun","HSP_View#BaseData","Year#FY16","Scenario#Plan","Version#Commentary","Entity#International Sales","Product#No Product")