• Dhwanika Joshi
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have a controller method which returns a list based on a dynamic SOQL query. This method is called by apex:repeat, which iterates over the returned list and displays checkboxes accordingly. For each apex:repeat, I want to pass a different String keyword which is used for the SOQL query. Is there a way how this is possible. 

Can anyone suggest a solution?