繁体   English   中英

从 spotfire 中的数据表创建文档属性

[英]Create Document Property from data table in spotfire

我在spotfire中有下表。 我需要为baseline_month 和monitoring_month 创建2 个文档属性。 我不能有一个下拉菜单到 select document_properties 的值。 但我需要从表本身创建属性。 我尝试了几个小时,但没有成功。 非常感谢这里的任何帮助。

在此处输入图像描述

Document.Properties["BaselineMonth"] = Document.Data.Tables["table_name"].Columns["baseline_month"].RowValues.GetMaxValue().Value

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM