Question
Change table name with variable
Hey pros,
I want to upload lots of table with the same columns, like article number and price. To select which version/table should be analysed I want to setup a variable with the name of the table.
Example:
Currently
COUNT(DISTINCT SupplierA_v10.csv.Teilenummer des Lieferanten)
Should be something like that
COUNT(DISTINCT " || <%= Name_Update %> || .csv".Teilenummer des Lieferanten)
Do you have any ideas how to set this up?
Many thanks ahead and br
Daniel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.