Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

How to concatenate two numeric fields as strings?

$
0
0

I have two number fields (year and quarter) I want to concatenate. However, Webi takes the concatenation function and uses it as a mathematical operator:

 

Data:

 

FYFQ
20121
20122

 

 

Variable (FYFQ):

=Concatenation([FY];[FQ])

 

Expected Output:

FYFQFYFQ
2012120121
2012220122

 

 

However what I got was:

 

FYFQFYFQ
201212013
201222014

 

 

It seems it took the two Number fields and added them when I wanted them to be concatenated. Should I convert the FY and FQ fields into non-numeric/non-interger strings before I apply the Concatenation() function? How do I do this? I don't see a ToString() function?

 

Thanks!


Viewing all articles
Browse latest Browse all 5402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>