[AI分析]
<永洪tech>永洪BI给报表传递参数方法
1.单值参数:
①.Select * from table where 1=1
<参数1> and 字段1=?{参数1}</参数1>
Eg:< deptno > and 字段1=?{ deptno }</ deptno >
②.Eg: where 1=1
<参数1> and 字段1=?{参数1}</参数1>
<参数2> and 字段2=?{参数2}</参数2>
2.Eg:select * from table (参数只有一个,但是参数值可以传递多个)
WHERE 1=1
<date_past1> and PSTNG_DATE in (?{date_past1}) </date_past1>
3.Eg:WHERE 1=1
<date_past1> and PSTNG_DATE like '%?{@date_past1}%' </date_past1>
|
|
|
|
|
yhdata_vZZnQ9xH
显示全部楼层
发表于 2021-9-18 17:10:22
|
|
|
|
itw
显示全部楼层
发表于 2020-12-9 14:28:36
本帖最后由 itw 于 2020-12-9 14:32 编辑
你好,下面的例子,应该怎么写标签?
if 参数1 = xx then
condition ..
else if 参数1 = xxx then
condition ...
else
condition ...
end if;
|
|
|
|
|
ldf
显示全部楼层
发表于 2020-12-25 09:17:07
|
|
|
|
VamerTyv
显示全部楼层
发表于 2020-12-29 15:59:28
|
|
|
|
Mr.z
显示全部楼层
发表于 2021-7-12 16:01:45
语法if(){}else{} 然后用param['参数名']代替你的 参数1 就可以了 if then else end 也是可以的 具体写的时候永洪的输入框里面是有提示的
|
|
|
|
|
环环
显示全部楼层
发表于 2021-7-12 16:14:09
|
|
|
|
夏夜的风
显示全部楼层
发表于 2022-4-13 17:24:10
您好,想问一下,<参数1> and 字段1=?{参数1}</参数1> 可以改成>=的情况吗,想要入参的时间范围是大于等于一年前的数据 |
|
|
|
|
驰骋原野
显示全部楼层
发表于 2023-8-14 13:44:30
|
|
|
|