Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Morno
Contributor
Contributor

Write in Mysql Workbench from QlikSense

Hello,

I've created a database in MySQL Workbench and I want to update a single row from Qlik Sense.

How is possible update the table from Qlik Sense?

Regards

 

Labels (2)
2 Replies
Seyko
Partner - Creator
Partner - Creator

Hello,

You want to refresh data in your database from Qlik sense, i've just?

Excuse my english, i'm french!
Morno
Contributor
Contributor
Author

Hello,

I want to update my database from Qlik Sense dashboard. Look the next example:

My table in MySQL:

NameSurnameAgeCity
RafaelGarcia20Madrid
MarcoKroos30Berlin
AntoineLloris40Paris

 

I load the same table to Qlik Sense. I would like to know if from the Qlik Sense Option ("Data" or "Analysis") I could update some row. The result of change the information will be in my database so:

 

NameSurnameAgeCity
RafaelGarcia20Madrid
MarcoKroos30Berlin
AntoineLloris42Barcelona

 

In other hand, is there some possibility to execute a script or similar to do this kind of example?

 - Something similar to Transaction Services in MicroStrategy.