Forum Discussion
binux
7 years agoNew Member
Equal values handled as separate values inside report
Hi everyone, I came across a strange issue. I have two tables which contain information about mobile devices and their hardware capabilites. They both have the same column identifiers, but origin...
parry2k
Super User
7 years agobinux may be there is special character (non printable) in one of the value, in query editor, you can use clean and trim your column after append and see if that fixes it.
binux
7 years agoNew Member
parry2k wrote:binuxmay be there is special character (non printable) in one of the value, in query editor, you can use clean and trim your column after append and see if that fixes it.
I did clean it without any effect. However "Trim" was removing a leading space which apparently was the issue. Thanks for your help!