Hi Experts,
I am applying filter on a column using a input parameters but facing an error as shown below
Filter condition:
if('$$In_Opr_System_Status$$' !='*',in("SYS_STATUS",'$$In_Opr_System_Status$$'), match("SYS_STATUS",'$$In_Opr_System_Status$$') )
I want to apply filter such that, when there is no entry made to the input parameter then all the values should be fetched for the column else it should fetch only entered value. Input parameter i am using is single input and data type of column where i am applying filter is NVARCHAR
Below is the error i am getting when tried to do data preview
Error: SAP DBTech JDBC: [2048]: column store error: search table error: [2620] executor: plan operation failed
In one of the post it was suggested to enter client number/ make it session client in the View properties but still facing same error
Please help me to fix the issue
Regards,
Nag