<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   Hi Stefan,
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
   if I have understood correctly, you only want to display 50 of the highest ranked point objects at a time.
  </div> 
  <div class="default-style">
   You can use the "changeDataSource" plugin to adapt your datasource string to the following line 
   <br>(my data is stored in D:/Data and limited to 5 points for testing purposes).
   <br>
   <br> 
   <div>
    D:/Data/Castles_etc_ranked_OSM_2025.gpkg|subset=select * from castles_etc_ranked_osm_2025 order by qrank desc limit 5
   </div> 
   <div class="default-style">
     
   </div> 
   <div class="default-style">
    P.S. you can always use the QGIS development tools (F12) to inspect the SQL queries that where created in the background
   </div> 
   <div>
     
   </div> Regards,
  </div> 
  <div class="default-style">
   Christoph
  </div> 
  <div class="default-style">
    
  </div> 
  <div class="default-style">
    
  </div>
 </body>
</html>