Below is the widget setup. I have a dataview condition to put everything in the UD17 dataview that is currently selected in a grid into SelectedProfilesX2. Checking with ctrl alt v shows the selected items correctly, plus my message box shows the correct number of items. But the rest widget is sending everything in UD17, not SelectedProofilesX2, although it uses that name. What am I doing wrong?
It does not appear you are filtering the dataview from what you posted. I would put a filter dataview widget or copy dataview widget in. I believe you can only have 1 row selected to send the native dataview. Otherwise, it just sends the whole thing.
Really? It looks to me that SelectedProfilesX2 has only two items, and not the four shown in the grid which is UD17. And I am sending SelectedProfiles the rest Kinetic widget.
The data condition widget has the result property, which my understanding is the dataview you want all the rows that meet your condition to go into. So I am pretty sure it is being filtered.
But I don’t want UD17 filtered - that will make all the items that are not selected on the grid disappear. Unless there is a way to reset the filter after copying?
If I filter UD17 it sends the data I want, but I am 97% sure its sending UD17 even though I am telling it to send SelectedProfilesX2. And it does affect the grid like I thought it would.
Yep, tried that too. Feels like some kind of EPimagic gone wrong, my Epicor function takes a U17 tableset so its automatically sending the view named UD17 or something? I just don’t get it.