我有公司各部门的树形结构。 表中父子部门的链接是: Departments.ID-> Departments.parentID。 但是我不需要整棵树。 事情是这些年来部门的结构发生了变化,我只想保留一部分树。 例如:
-Root
--Parent 1
---Child 01
---Child 02
--Parent 2
---Child 01
---Child 02 (This is the parent that I want to have in my "shorter" tree
----Child 001 (This is the part of the tree that I want. The depth is more than 1)
---Child 04
--Parent 03
我可以说“让我把所有事情都归入Child 001
”吗?
这甚至有意义吗?
谢谢你的任何建议。
答案 0 :(得分:0)
我想我赶紧问这个问题。 当我为报告添加表格和数据时,树会缩短"更短"因为数据库字段为空。所以,当我添加了我想要使用的所有表格时,"更老的"部门由于NULL而消失。
答案 1 :(得分:0)
如果您使用File System Data
连接,请将其添加到您的记录选择公式中:
{x.Directory}="Root\Parent 2\Child 02
OR {x.Parent Directory} LIKE "Root\Parent 2\Child 02*"
您还可以选择将数据库“表”设置为所需的父节点。