0

How to sort concatenate values from linked table

Hello, got hard time in order to find a way to order concatenated fields from a linked table.  In short I have to create a report from main table that use a linked table to feed a grid with "Note number" and "Note description". This grid contain a possibility of selecting 4 note from de linked table.

When I try to report Note number : Note description with

{concat(sort('Services tarifés'.'Note 1'.'Numéro') + 'Services tarifés'.'Note 1'.'Détails')}

got Note number together and description after.  Bold italic underlined should be together and normal should be together.  How can I get the info ordered ?

N1N2TRAVAUX DE NUIT ET TEMPS SUPP. : Entre 18:00 et 06:00, le taux est majoré de 5$/heure pour un total de
8 heures pour la période soir/nuit, temps excédant le 8 heures pour cette période, le taux est majoré de 25% TRAVAUX DE JOUR ET TEMPS SUPP. : Taux régulier applicable entre 06:00 et 18:00 pour un total de 8 heures par jour, temps excédant le 8 heures par jour est au taux majoré de 35%

Thank you

Reply

null