Forum Discussion
Merge multiple rows
- 9 years ago
Hi DimaLnk,
If I understand your issue you have the same ID with all the same values except in some rows that have blanks, this can be sorted by doing a group by in the query. Based on you example you need to do a group by UniqueID and Attr1 (both are text fieds), then do the max for the other 3 attributes, this should work as you need, considering that the lines are always the same if you have different values per UniqueID the Max may not work as you need.
Please check if this works for what you need.
Regards,
Mfelix
Hi dude,
Once u merged that two columns , Remove Duplicate thats it.
Try this.
Hi Baskar,
The issue is that I need to merge rows, not columns. The idea is also that it happens automatically without any manual interaction (except refresh data)