I am charting blood pressure and weight on a chart. I have hundreds of data points and I just want to capture 20 to 30 of the most recent points and then allow the end user to load more in via the table below the chart if they want more.
Here is my dilemna. I want the most recent date on the Right side of the chart and the oldest date on the left. In order to do this I have been sorting Date_Time__c Asc. This switches the chart, to show the newest date on the right which is great. Unfortunately this also queries the oldest date first I.E. it is grabbing the first 20 to 30 records from 2007. Is there a way to get the newest date on the right but make the model grab the most recent 20 to 30 records instead of the first?
Thank you!
Question
Most recent date on the right AND query most recent first
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.