cancel
Showing results for 
Search instead for 
Did you mean: 

Update several lines of a table with a button..

Former Member
0 Kudos

Hi

I tried to search the forum, but did not find anything.

here is my requirement :

I have a table with a list of users. That list comes from a query result.

I added through a datashare connector a boolean field that is based on the result of my query.

Everything is sent to a table and it works fine.

Now, I want to add a button the users could use to change the value of the boolean for every line in the table...

At the moment, I just tried to use the output port of the table and plug it in the data share...but I am not successfull...

Can anybody help me on that issue ?

Thanks

PY

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I can suggest to create a button with the ASSIGN action and to assign the needed value to the field in the Data Share connector

For example you can fill as following for ASSIGN Action in the Define Action Dialog:

From: none

Value:true

To:share1

Target Field: BOOL1

Also you can also insert the condition, when this value should be assigned and when it should not

Best Regards,

Luba

Answers (0)