Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, can anyone help me how to select the currency and display it to the table repeatedly. Then it will multiply the total sales and currency rates of each country.
For example see picture below:
But my problem looks like this:
thank you. Hope anyone can help.
From your data model, it seems that you need only the sales based on the current currency rates. If so, I believe that you don't need to link the Currency table with the rest of the data model. So try to simply drop the field SupplierID.
Hi,
can you share your data model?
Hi Fosuzuki,
Here's my data model. Thank you for your response.
From your data model, it seems that you need only the sales based on the current currency rates. If so, I believe that you don't need to link the Currency table with the rest of the data model. So try to simply drop the field SupplierID.
Wow it works! Thank you very much 😊