Jump to content

Recommended Posts

Posted

Hi IPS,

In Pages, I create a new database and custom field on it, OrderID, used to order the records in DB, it is Number type, however is being sorted as text, that means we have

1
11
2
22
3

instead

1
2
3
11
22

Posted
46 minutes ago, PatrickRQ said:

MySQL 5.6, InnoDB

Sorry, there may be some confusion. My colleague is asking for the Pages Database name, not your MySQL database version.

Posted

This is custom Pages database, by default Pages app has no databases. I just created new pages database, and in Options selected OrderID field as the one used to order records.

Posted

You would indeed need to give the Pages Database a name. Please let us know what that is and we can take a look at your configuration:

We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

We look forward to further assisting you. 

 

Posted

As mentioned, please provide access:

We would need to look further into this for you, however the access details on file appear to be incorrect or missing. Could you please update these details by visiting your client area, selecting the relevant purchase, then clicking "Review/Update Access Information" under the "Stored Access Information" section. 

We look forward to further assisting you. 

 

Posted

Please bear with us on this. I have just tagged a developer on this as I believe it may be related to an issue which we are aware of.

Posted
53 minutes ago, Marc Stridgen said:

Please bear with us on this. I have just tagged a developer on this as I believe it may be related to an issue which we are aware of.

Oh great. Is that mean I do not need to provide access anymore? Thanks!

  • 1 month later...
  • Management
Posted

The ordering issue isn't the same as the GH issue. I think we've (tried) to fix the sorting issue before. If you can give Marc some more information, we can take a look.

Posted (edited)

What other info you need?

It looks like it sorts numbers as it would sort strings. If you will e.g. do two columns, VARCHAR and INT, and do ASC SORT.. the VARCHAR will get 

1
11
2
22
3

and INT will get

1
2
3
11
22

Edited by PatrickRQ
Posted

Sorry, Im a little confused as to what you mean there. Both of those are sorted correctly as the first is correctly sorted as text (as thats the type you are using), and the latter as a number

  • Management
Posted

We’d need access to your site and database to see what the query is. We do cast it int if it’s numeric so something is going wrong there. 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...