-
Preface Setup I'm trying to setup up BudiBase as a way to make our workflow for data entry easier. Therefore i created a new database in a normalized way, setup BudiBase with test Data and I'm trying now to import the Data. The main use Case will be entry of Ad Spendings, which can't be automatically fetched via API. I import the data via a Python Script into the Database directly Problem Description What I Tried
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey @tinomerl Would you be able to include some screenshots to outline the problem as well please? |
Beta Was this translation helpful? Give feedback.
-
Hey @melohagan, thanks for reaching out. Sure. Before Importing Ad SpendingsCountry Table Source Table After Importing Ad SpendingsCountry Table Source Table Number of Rows in Ad Spendings Taken from Ad Spendings Screen When i click on one of the Entries to edit it These are not all, there are still some missing Does this help? Do you need anything else? |
Beta Was this translation helpful? Give feedback.
Thanks again. I figured it out now. I managed to make it work with just one custom query, for reading only. This one is used for the main Table. The option Pickers gave me a headache but i made it work as described here. So whenever i update a row or create a new one, i just use the regular ad_spendings table for the form and hide the columns for foreign Keys. In this Form i have as many Data Providers and Option Pickers as there are Foreign Keys. The option Pickers have an on Change Action, that updates these foreign Key Fields.