I have a dataset which i am using to display data. I have around 5 fields in another dataset which i need to add to to this table to show data on a case. How can i add only specific fields from one dataset, to another, without breaking the datasets.
So it should only merge 5 fields based on the identifier being the caseID.
But how do i select the 5 fields so only they get merged in? I have a couple hundred fields, so is there a way to select include field (5 fields), rather than exclude the other hundred fields?