Crystal版本 - Crystal Reports 2008 Business Objects - XI
我编写了一个查询来填充子报表,并希望根据用户的输入将参数提取到该查询。我的问题是,我需要在' Where'的第一行中放入正确的语法是什么?子句接受参数?
我在Add Command中创建了一个名为PickDate
以下是我在Crystal Reports中使用的查询:
select
table2.book_no,
table2.time_stamp,
table2.restdate,
a.timestamp,
a.event_type,
a.status,
a.people,
a.new_date,
a.comments,
a.operator_id
from table1 a, table2
where table1.book_no = table2.outage_no
我已经测试了查询,它正在提取所有数据,现在我只需要帮助添加参数来提示用户输入数据时间。
答案 0 :(得分:1)
您是否尝试在子报表中使用“选择专家”?你应该可以说field = {?PickDate}