Jump to content

Dynamic cell filling


Recommended Posts

Hello nedyx Community!

I want to dynamically fill a specific cell in my app with a word. When I execute this button, it works without any problems:

#table1!C6 = #cell_specificWord

Cell C6 of table 1 now has the value of my #cell_specificWord
If I now want to do this dynamically, it doesn't work:

#table1!C&#cell_ActionRow = #cell_specificWord

The cell C and the row I clicked on should now have the value of my #cell_specificWord. Unfortunately, this does not work.

So I want to insert a word from a cell in my current ActionRow.

Is there a solution or a workaround for this?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...