Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Display the records in vf page with out duplicates...
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Display the records in vf page with out duplicates ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2013 05:31 AM
Hi
i have an object(product__c),and fields are line_item_name__c,expiry date__c and i want to display the records of the expiry date is to day's date or greater than today's date and the line items dates are same means eliminate the duplicates if the line items have same expiry date i want to display the single one ?can anybody help me?please post the controller code?
0
Re: Display the records in vf page with out duplicates ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-07-2013 09:11 AM
Add all them to the set, and display this set on the VF page. Sets are eliminate duplicates automatically.
Here is the examples: Collection Methods
Software Engineer / Force.com Certified Developer
uLasKutuk
uLasKutuk

