Forum Discussion
having trouble with local model formula
- 4 years ago
Hi appsac1 ,
If you can't add columns in the main table, you can select Merge Queries>Merge Queries as New.
Then add a custom column in the new merged table.
New Color = if [Color]="Blue" then [Table2.Sub_color] else[Color]Then remove other unwanted columns and select remove duplicates of the whole table.
Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi appsac1 ,
If you can't add columns in the main table, you can select Merge Queries>Merge Queries as New.
Then add a custom column in the new merged table.
New Color = if [Color]="Blue" then [Table2.Sub_color] else[Color]
Then remove other unwanted columns and select remove duplicates of the whole table.
Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.