May be there is another way to what I am trying to create, but it is getting me nuts trying to find how to do it.
I am verifying (for different products) if there is enough qty in stock of the same case pack as requested. If not, I need to show the user what other form pack is available.
I am merging two queries and I would like to combine two columns in one cell from the resulting merge.
I am able to merge one column by doing a list and a delimiter but not with 2 column.
What I want my table to output is
This is what my ordered product look after a merge.
And this is what inside my Rsv_EXT column of table.
I am verifying (for different products) if there is enough qty in stock of the same case pack as requested. If not, I need to show the user what other form pack is available.
I am merging two queries and I would like to combine two columns in one cell from the resulting merge.
I am able to merge one column by doing a list and a delimiter but not with 2 column.
What I want my table to output is
Produit | Nbr Pal Select | Ti | Hi | TiHi | Available |
159820 | 6 | 5 | 9 | 45 | 51 x 1 46 x 1 41 x 1 35 x 1 113 x 1 51 x 119 45 x 34 |
… | … | … | … | … | … |
This is what my ordered product look after a merge.
And this is what inside my Rsv_EXT column of table.