Page 1 of 1

subform in the report

Posted: Wed Jun 19, 2019 1:34 pm
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

Re: subform in the report

Posted: Wed Jun 19, 2019 2:27 pm
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.