Hello Erel,
thank you for your fast reaction.
How large is the CSV file?
The CSV file is about 10.000 datasets (lines) in 10 rows.
You can load it to a table and then use Table.Filter and Table.TableSort to arrange the data.
I know about this solution, but it would take too long time to load the file and to search the "one" data which is needed.
You can also convert the CSV file to a SQLite db which is more powerful.
1) The data could change every week or every 14 days, because there is a pricing list which includes welding-metal and the prices are different sometimes. So I had to convert the data all the time and it this would be not very comfortable.
2) For SQL-Programming i need more knowledge ...
I think, the way to search the data and fill a table, then select one out of it might be the best way for the moment, isn´t it?
THANKS!