Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've tried to concatenate two fields using appymap function in load script, it's not showing error but also not showing the data (null), the code is:
[SugHishuvMapping]:
Mapping
LOAD
SugMas & '|' & SugHishuvNumber AS SugHishuvNumber2,
SugHishuvText
FROM [l*****/SugHishuv.qvd]
(qvd);
ApplyMap ('SugHishuvMapping', @2 &'|'& @110,Null()) AS [SugHishuv-ID2]
Hi
Verify both has same value or not. If its same, might be, there is empty space in front, we can use Tirm() functionality to remove empty spaces in front and end.
thanks
Thank for your reply, I've tried trimming one field and both but it's still not showing the data
Hi
Is both field - SugHishuvNumber2 and @2 &'|'& @110 has same values?
Yes, they have the same data.
I would say the data aren't matching. You could check this by commenting the mapping-prefix and the applymap-function and loading them as own fields as well as an equally named key - maybe in a parallel test-application. And then a table-box in the UI with the relevant fields will show which data are really there and which one match and which not.