what formula do you recommend to concatenate the [PRODUCT] and [DOSAGE] values in a alternated way?
I can get
PRODOCT1, PRODUCT2, PRODUCT3, DOSAGE1, DOSAGE2, DOSAGE3
but how do i get this?
DOSAGE1 PRODOCT1, DOSAGE2 PRODUCT2, DOSAGE3 PRODUCT3
As you can see, in field INTERVENTI[Related Product], with the formula set I do not get the desired result for 2 reasons:
- I get the code, not the name. (the field RIGHE INTERVENTI[PRODOTTO] is a ref of the table PRODOTTI)
- I’m not getting dosages alternating with the product name.
How can I improve it?




