cancel
Showing results for 
Search instead for 
Did you mean: 

Query displaying # values in one field.

Former Member
0 Kudos

HI,

I have a problem wherein after executing a query, the newly added field shows only # as its value.

But on the Multiprovider(source of the report), it was completely populated and giving the right data.

To give an overview, this new object is getting its value to another object through routine by concatenating the value of the reference obj.

Does anyone knows how to solve the issue on query?

I think the problem would be on query level since the multiprovider(source of the report) are populated and gives the correct value.

thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182343
Active Contributor
0 Kudos

I am not sure that you have getting problem with char or KF.

Even you will get right values, plz refer the Properties of that object and check the output.

If not possible debugg the query using RSRT.

Regards,

rvc

former_member211907
Contributor
0 Kudos

Concatenating ? This is text ? Are you sure you don't have an infoobject type inconsistency in your design ? you'd need to use conversions, for example, to convert decimal to text and vice versa.