如何使用子查询在 Spotfire 中创建信息 link

How to create information link in Spotfire with sub Queries

我是 Tibco Spotfire 的新手,我正在尝试创建信息 link,其中包含如下子查询
SELECT column1 from (SELECT column-name FROM table-name)
,同时创建信息 link 我们必须从 database Table 添加列,并根据这些列创建信息 Link。但就我而言,我是从结果中选择列。
我查看了 Spotfire 文档,但没有类似的 example/scenario

在使用 Spotfire 进行搜索时,我得到了如何使用嵌套查询的线索,所以我认为这对其他人(如果有人面临同样的问题)会有帮助。因此,只需创建要在外部查询中使用的列,然后使用它。 这是它的步骤。

1) Tools -> information Designer -> Data Source -> Database -> Table
2) Select Colums and Add
3) Create Information Link
4) select recently created Column
5) Add your SQL
6) Load Data