Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
loizza
Contributor
Contributor

Help Adding Underscore At End of Number

Hi, I have a set of account numbers that I need to add an underscore to the end of, so 1234 to show as 1234_ I recall doing this a while ago but cannot remember how, I know it ended & "_" as .... but cannot remember? I've look online, but cannot find the solution? Any suggestions please?

Labels (1)
2 Replies
barnabyd
Partner - Creator III
Partner - Creator III

G'day @loizza,

For string literals, we use single quotes. So it is  & '_' . Double quotes are used for field names.

Cheers, Barnaby.

Barnaby Dunn
BI Consultant
Aditya_Chitale
Specialist
Specialist

Try doing:

<your account number field>  &  '_'  as  [New account Num Field]

 

Regards,

Aditya