Ok I have a database… sometimes 100 … sometimes 3000 records.
Once in a while i need to display records in a repeat… say records 10 - 20 only… or 63 - 70…
Think my brain is overworked and not thinking logically about this… We have all been there… please could you give me a solution for this…
I have tried the … option where you select the Top 30 records and then minus the say first 20 … but i dont think this is how that work… im sure there is a very simple solution to this…
Sorry Teodor… my explanation was very vague …
If i have a 300 records in a database, i want to do is display records (Count) from 10 - 13 or 67 - 71.
Even if the ID of the record is different to the records i want to display… I want to Select records that is in position 10 - 13 out of the database… basically just query those 3 or 4 records in that position out of the complete count / total records.
id item
113 item 10
114 item 11
115 item 12
I will amend the dmx-repeat:repeat1 - manually … as it might always be records 60 - 70 out of the complete database… even if there is 100 or 3000 records…
My question is how do you want to specify which records to show? how do you pass record from 10 to 13? Is it using some menu? Url param? Button?
How do you specify this on the page? Or will it be hardcoded value?
I then add server connect to the page.
Then DataView to bring in the serverconnect 1
Then use a repeat to only show the records i want to display.
Sorry if i have this all wrong…
You still have not answered my question. How will you or your user select which records exactly to display? Will you provide some menu for your users? Or should these values be just hardcoded on the page?