Jump to content
MakeWebGames

Recommended Posts

Posted

I think the search boxes should match the text under it rather than the ID it comes from in table edit.

-----

For example:

I add location (3) Rome, I then add 5 Stats for the location Rome (1,2,3,4,5).

I then wish to show only location_stats for Rome at the top about location_id in the edit_table where table equals locations_stats, it wants me to enter '3' rather than me typing in 'Rome'.

-----

Because in the second screen I might not 'know' that Rome is location 3 because I see only Rome. Or if that is not doable, perhaps put Rome(3) so we can see what the ID is.

Thank you,

Greg

Posted

The issue here is that the filter is an actual where condition in the SQL where the display uses lookup from other tables and is not directly available in the SQL statement. It's indeed annoying but I'm somewhat unsure how I could do this, will have to check.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...