I’m combining the table of loan cash and loan product and grouping it by status since they have the same field of status. Is it possible to do this using merge with?
This one won’t work:
I will use this to display it on a chart.
No, because you can not merge two different data types.
Change the status to Text for each so like this
Search okaypo-loans each items status merged with Search for okpo-loan-product each items status
Type of data is text…NOTE, this will only work if your Status is of type Text…if it is an Option Set, then type of data would be the Option Set.
1 Like