How to add a select all option to select component in CDE

后端 未结 3 1708
心在旅途
心在旅途 2021-01-25 10:45

for a students projects we are working with Pentaho CDE to create a dashboard. At first it works fine, but now we are hanging at the point adding more than one Select Component.

3条回答
  •  死守一世寂寞
    2021-01-25 11:33

    If you dont want use like.

    SELECT * from table_name where column_name = case when ${param} = 'ALL' then column_name else ${param} end
    

提交回复
热议问题