Hello,
By default ChronoConnectivity displays the records starting from the top (first entered) down, is there any way to reverse this so that the most recently entered item displays first and the oldest record is last?
Thanks!
By default ChronoConnectivity displays the records starting from the top (first entered) down, is there any way to reverse this so that the most recently entered item displays first and the oldest record is last?
Thanks!
Well, that was easier than I thought. I accomplished this by using the WHERE statement:
WHERE insertfieldidhere IS NOT NULL ORDER BY recordtime DESC
WHERE insertfieldidhere IS NOT NULL ORDER BY recordtime DESC
Hi redrings, I believe using an ORDER will make some error somewhere, keep testing, the next release will come with ordering!
Cheers
Max
Cheers
Max
Thanks!
One day of playing with this and I think I must have it - I just got purchased a license for it - can't wait for the next version with ordering!
One day of playing with this and I think I must have it - I just got purchased a license for it - can't wait for the next version with ordering!
Thanks, next release is about 75% ready, will finish it soon, got caught with something else at the moment!
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.