function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Viswanath KambhampatiViswanath Kambhampati 

Custom filter logic in a visualforce page.

How to implement custom filter logic in a visualforce page?
My custom page should look like the standard one. For example it has to support logic like (1 AND 2) or (3 AND 4) etc..
Is there any way to build. My page should look like the following (Standard one) ;)

User-added image
 
PratikPratik (Salesforce Developers) 
Hi Vishwanath,

You can refer to this post:
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000AYEkIAO

Thanks,
Pratik
Viswanath KambhampatiViswanath Kambhampati
Hi Pratik, I am sorry but this is not I am looking for. It should support logics like  " ( ( 1 AND 2 ) or (3 AND 4) ) AND 5 " . User will enter the mentioned filter in an output text box, our custom visualforce page should validate the logic and convert into a query.
Reshmi SmijuReshmi Smiju
HI Viswanath,
Have you able to succeed with Filter Logic Operation. If so, could you able to share some sample code relate to that. I also have to implement the same set of operation.
Thank you in Advance
 
Rachita Jain 21Rachita Jain 21
Hi Viswanath,
Please let us know if you got a solution for the same. i want to do the same but in trigger.