Fixing exporting and clearing my TinyDB data

I created the buttons to delete the single tags (rows in table).
It works, but now I realized that it only deletes once. If, after clearing one tag, I select another tag, it doesn't delete it anymore. I have to reload the page to be able to delete another tag.

This is the sequence:

I've already checked and can't find the error, can you help me to understand what is wrong?

I don't understand your persistent failure to set NameSpace before using TinyDB1.

I am also unable to diagnose missing procedures.

I tried to reverse the order (Namespace-TinyDB) but it created a chaos when loading the data.
Here is the file:
Nadi_13.aia (1002.9 KB)

Your project has grown too large to search through.

Please use the right click download blocks option on just the relevant blocks, and on any procedures they call and on any global variable inits used.

Do not edit or clip anything.

Found! ...the "Set Namespace" block was missing
Now it works.

I tried to open the exported csv file in various applications and only Google Sheets reads it well.
Is it true? ...or is there some other suitable application?

All spreadsheet programs look alike, from Excel to Sheets to LibreOffice.
It's all rows and columns.

There are report writers like MS Access (a career killer) you can try.

If you reduce your data export to atomic rows and columns (only one value per cell), you open it up for import into more tools for data visualization.

Google recently posted a new online tool (Data Studio) for data visualization, and there is a lot of help at
https://www.google.com/search?q=google+sheets+visualization

Ah ok, I will always have a displaying problem because of the list in cell.
So I allow to send only one file, the one for Google Sheets, and I give the instructions in the mail message.
Thanks for Data Studio indication.

<br>
This symbol works to wrap text in the Notifier dialog message. Great!

So before clicking the "Clear All Data" button (to check it), could you check all the blocks in my project to see if I can simplify some of them?
This is my last file:
Nadi_14.aia (669.2 KB)

Here is a list of all my demo projects:

Can you read all of them and derive insights from them how to simplify your bloated project?

So exporting and deleting data is fixed.
These are related blocks:

.......... :cherry_blossom: Thank You All! :cherry_blossom:..........

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.