Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

If expression locked to 64 characters?

$
0
0

I have a relatively simple formula, but there is almost certainly a better way to achieve my end result.

 

The formula, pasted below, works as expected apart from the fact that the output only exports to a maximum of 64 characters.

 

Around 20% of my results will be higher than 64 characters and so I find the output frequently cuts off the data. As the fields are set to VWString the character limit should be in the thousands and so I am confused as to why this formula will only output a maximum of 64 characters, any ideas?

 

if [Referral Reason Count] = "1" then [Referral Reason] elseif [Referral Reason Count] = "2" then [Referral Reason] + ", " + [Input_#2_Referral Reason] elseif [Referral Reason Count] = "3" then [Referral Reason] + ", " + [Input_#2_Referral Reason] + ", " + [Input_#3_Referral Reason] elseif [Referral Reason Count] = "4" then [Referral Reason] + ", " + [Input_#2_Referral Reason] + ", " + [Input_#3_Referral Reason] + ", " + [Input_#4_Referral Reason] elseif [Referral Reason Count] = "5" then [Referral Reason] + ", " + [Input_#2_Referral Reason] + ", " + [Input_#3_Referral Reason] + ", " + [Input_#4_Referral Reason] + ", " + [Input_#5_Referral Reason] else "" endif


Viewing all articles
Browse latest Browse all 4999

Trending Articles