Crystal reports Crystal报表中的搜索参数

Crystal reports Crystal报表中的搜索参数,crystal-reports,crystal-reports-2010,crystal-reports-xi,crystal-reports-8.5,Crystal Reports,Crystal Reports 2010,Crystal Reports Xi,Crystal Reports 8.5,我想知道是否可以创建一个cyrsal参数,该参数将根据字符串参数值搜索表中的给定列 假设我提供采购订单字符串值作为参数,它将查看Table1.ref1(字符串字段),其中有任何与采购订单、采购订单、采购订单(考虑大小写)相关的行。您可以在选择公式中执行以下操作: if instr(lowercase({Table1.ref1}),lowercase({?PO_Parm}))>0 then true

我想知道是否可以创建一个cyrsal参数,该参数将根据字符串参数值搜索表中的给定列


假设我提供采购订单字符串值作为参数,它将查看Table1.ref1(字符串字段),其中有任何与采购订单、采购订单、采购订单(考虑大小写)相关的行。

您可以在选择公式中执行以下操作:

if instr(lowercase({Table1.ref1}),lowercase({?PO_Parm}))>0 then true