
2 Antworten
Try this:ProjectSearch = '%' + ProjectSearch + '%'; stdSetCont = new ApexPages.StandardSetController(Database.getQueryLocator([Select id,,Project_ID__c from Charts__c where Project_ID__c like :ProjectSearch and HRS_Site_ID__c =: ApexPages.CurrentPage().getParameters().get('hrsId') Limit 10000]));==========ps: If your question/problem is resolved, please mark your post as 'Solved' so that community can benefit from solutions.