Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

subform in the report

Post Reply
Leonardo
Posts: 4
Joined: Fri May 24, 2019 1:24 pm

subform in the report

Unread post by Leonardo »

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
Attachments
2019-06-19_133059.jpg
2019-06-19_133059.jpg (59.69 KiB) Viewed 4523 times
2019-06-19_133059.jpg
2019-06-19_133059.jpg (59.69 KiB) Viewed 4523 times
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: subform in the report

Unread post by kev1n »

Hi,

I'm afraid that it's unlikely that anyone is going to answer here. nuBuilder v3 is not supported and maintained anymore.
Post Reply