problem with concat label

icreas

Member
Hello to all the two I have a problem with the label concat - I put a formula that does not go (it joined copy of screen) has place of the 1, it should resorte the name of the country of my list country attached copy thank you for your help
 

Attachments

  • Capture d’écran 2017-01-16 à 15.21.22.png
    Capture d’écran 2017-01-16 à 15.21.22.png
    35.3 KB · Views: 95
  • Capture d’écran 2017-01-16 à 15.21.40.png
    Capture d’écran 2017-01-16 à 15.21.40.png
    28.9 KB · Views: 85
Assuming 'country' is a join from the city table to a country table, you'll need to look up that foreign key in the other table ...

Code:
{thistable}.city, ', ', (SELECT country FROM countries WHERE id = {thistable}.country)

Replace the country table / field names to suit.

-- hugh
 
hello thank you for your assistance capture screen following ;) regards
 

Attachments

  • Capture d’écran 2017-01-17 à 08.23.47.png
    Capture d’écran 2017-01-17 à 08.23.47.png
    80.5 KB · Views: 86
  • Capture d’écran 2017-01-17 à 08.24.14.png
    Capture d’écran 2017-01-17 à 08.24.14.png
    42.9 KB · Views: 85
  • Capture d’écran 2017-01-17 à 08.24.28.png
    Capture d’écran 2017-01-17 à 08.24.28.png
    47.3 KB · Views: 81
  • Capture d’écran 2017-01-17 à 08.24.42.png
    Capture d’écran 2017-01-17 à 08.24.42.png
    55.1 KB · Views: 77
  • Capture d’écran 2017-01-17 à 08.25.17.png
    Capture d’écran 2017-01-17 à 08.25.17.png
    77.3 KB · Views: 79
OK, so the table name is genea17_countries, but in the concat query you still have just countries.

Sent from my HTC 10 using Tapatalk
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top