Expand my Community achievements bar.

SOLVED

Concat Table Data into TextField

Avatar

Level 2

Hello All,

I have a requirement where:

1. I have a table with one row and three colums.

2. User will fill the Data in the Cell1 of the Row1.

3. This value entered is set in the TextField on a button click.

4. User will add a new Row dynamically on button click

5. He will Enter a new value in Cell1 of Row1.

I want this New value to be concatenated in the TextFiled with the original value.We can put semicolon or comma to diffrentiate.

I have done the following, but its not working.

Screen35.jpg

How can we achieve this?

Thanks and Regards,

Nikhil Joshi

1 Accepted Solution

Avatar

Correct answer by
Level 6

Nikhil,

I will send now.

S

View solution in original post

4 Replies

Avatar

Level 6

Hi Nikhil,

I have somewhat of a solution for you. I got the Data field to work the way you wanted (tied to the Add button), but there are a couple of quirks that need to be worked out. If you send me your email I can send you what I have.

Shaun

Avatar

Level 2

Hi Shaun,

Thanks for your reply.

Sorry I was not well thats why couldnt reply in time.

My mail id is nikhil.joshi@architectsap.com

Thanks and Regards,

Nikhil

Avatar

Correct answer by
Level 6

Nikhil,

I will send now.

S

Avatar

Level 2

Hi Shaun,

Thanks fort the help.

To remove the null values, I used formattedValue function instead of the rawValue.

Thanks and Regards,

Nikhil