=MatrixWriter("Link Attribute Name","Matrix Attribute Name","Column Number","Include Workspace","listen_to=Source Attribute Name",'Link Attribute Name')
=MatrixWriter("Link Attribute Name","Matrix Attribute Name","Column Number","Include Workspace","Source Attribute Name","listen_to=Source Attribute Name",'Link Attribute Name')
=MatrixWriter("Link Attribute Name","Matrix Attribute Name","Column Number","Include Workspace","preservestrings=Source Attribute Name","Source Attribute Name","listen_to=Source Attribute Name",'Link Attribute Name')
参数 | 描述 |
"Link Attribute Name" | “链接列表”或“入向链接”属性的名称 |
"Matrix Attribute Name" | “矩阵”属性的名称,该属性是目标属性 |
"Column Number" | 对矩阵进行排序所依据的列。例如,值为“1”将根据第一列进行排序,值为“title”将根据行标题进行排序。
列按照升序排序。要按照降序排序,请在列编号前添加“r”;例如,“r1”。 |
"Include Workspace" | 如果列表中的元素来自其他工作空间并且您不希望包含这些工作空间名称,请将 "Include Workspace" 设置为 False。否则,请将该参数设置为 True。 |
"preservestrings=Source Attribute Name" | 该可选参数对于保护文本值,使其不被转换为数字格式十分有用。 如果添加对多个属性的引用,请使用逗号进行分隔。 |
"Source Attribute Name" | 当希望某参数保留属性名称而不是将属性名称插入“矩阵”标题时,该可选参数十分有用。 |
"listen_to=Source Attribute Name" | 检测已链接元素中的指定属性。为了能够在矩阵中显示,每个属性需要一个 listen_to 参数。 可以显示任意数目的此参数。请依次添加 "listen_to=Source Attribute"。 |
'Link Attribute Name' | “链接列表”或“入向链接”属性的名称 |