我制作了一个dashboardprompt,我想从逻辑sql开始进行默认选择。在选项中,我选择默认选择“SQL结果”。在我的查询中,我想要一个带有表示变量的过滤器。我想使用这个查询:
SELECT "Human Resources - Talent Profile Management"."Basic Information"."Person Number"
FROM "Human Resources - Talent Profile Management"
WHERE
("Position"."Position Identifier" = '@{P_pos_id}{9900574}')
但我不知道如何放置演示变量。像这段代码一样,它不起作用。