how can I insert the "operatori" subform in the report?
the SQL code I processed is the following:
SELECT `archivio_esposti`.`n_progressivo`, `archivio_esposti`.`data_arrivo_esposto`, `archivio_esposti`.`data_assegnazione`, `archivio_esposti`.`tipologia_richiesta`, `archivio_esposti`.`fonte`, `archivio_esposti`.`ditta_interessata`, `archivio_esposti`.`indirizzo`, `archivio_esposti`.`problema_segnalato`, `archivio_esposti`.`valutazione_priorit`, `operatori_esposti`.`nominativo`
FROM `archivio_esposti`
INNER JOIN `operatori_esposti`
ON `archivio_esposti`.`archivio_esposti_id`=`operatori_esposti`.`esposti_id`
WHERE `n_progressivo`='#n_progressivo#'
GROUP BY `archivio_esposti`.`n_progressivo`, `archivio_esposti`.`data_arrivo_esposto`, `archivio_esposti`.`data_assegnazione`, `archivio_esposti`.`tipologia_richiesta`, `archivio_esposti`.`fonte`, `archivio_esposti`.`ditta_interessata`, `archivio_esposti`.`indirizzo`, `archivio_esposti`.`problema_segnalato`, `archivio_esposti`.`valutazione_priorit`
Thanks for your attention
Leonardo
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
subform in the report
-
- Posts: 4
- Joined: Fri May 24, 2019 1:24 pm
subform in the report
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: subform in the report
Hi,
I'm afraid that it's unlikely that anyone is going to answer here. nuBuilder v3 is not supported and maintained anymore.
I'm afraid that it's unlikely that anyone is going to answer here. nuBuilder v3 is not supported and maintained anymore.