8
Views
2
Comments
Solved
How to correct repeated records in table
Application Type
Reactive

Hi All, 

I have one table FormFiled and below are the attributes of table

Name

ToolTip

Option

Combobox

Size

IsMandatory

Variable

There are four records in table they have value in Name field only and rest of the fields are blank

I want logic like that all blank column should have same value which name has

How can I have achieve this

Thanks in advance

Champion
Solution

Hi Manisha,

This is very simple to achieve.

There are two way which you can use but logic is same for both

1.You can update records by timer

2.you can create screen to update those records

Let me explain logic 

You just need to fetch those all fours records using aggregate after that assign value of Name to other blanks column and use update records using Update action of same table

Hope it helps you

Thanks

Arun

Hi Arun

Thanks for the quick response it works

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.