Filter criterion on SDP
Content
I have a table which has filter criterion enabled and data populated is from SDP.
My search filter on Title is defined as drop-down and it works on Mr, Ms and Miss filter criterion data population.
The requirement now is to display default data already filtered on a column value. Say Title has (Mr, Ms, Miss, Mrs, MR, mro, dksjdhf) I need to filter the table data to display only data in (Mr, Ms, Miss) without the records in MR, mro and dksjuhf from SDP? I am unable to apply filter criterion $page.variable.Title.value IN ('Mr', 'Ms', "Miss')
0