背景
从其他页跳转的 具有交互式报表的页面,想查询交互式报表的某列 包含某个值,并且每次都要刷掉前一次的查询条件
操作
IR
\[region static ID\]_<report_alias> 例如: IR
\[EMP\]_dept20
IR
\[region static ID\]C = Contains 1
EQ = Equals (this is the default)
GTE = Greater than or equal to
GT = Greater Than
LIKE = SQL Like operator
LT = Less than
LTE = Less than or equal to
N = Null
NC = Not Contains
NEQ = Not Equals
NLIKE = Not Like
NN = Not Null
NIN = Not In (escape the comma separated values with backslash, )
IN = In (escape the comma separated values with backslash, )
ROWFILTER = Row Text Contains (this searches all columns displayed in the report with type STRING or NUMBER)
可以利用清楚缓存,文档见下
|
|
问题
这是一个脚注 。