您好,我是SSRS报告的新手,我必须基于某些symbol(〜)在表列字段上应用换行符。我不知道该怎么写
Medline Industries, Inc.~email inv to:
vendorinvoices@medline.com~Attn: A/P Priority
A~PO Box 876~Mundelein IL 60060-0876~USA~~
**To change like below based on ~:**
Medline Industries, Inc.
email inv to:vendorinvoices@medline.com
Attn: A/P Priority A
PO Box 876
Mundelein IL 60060-0876
USA
答案 0 :(得分:0)
我自己使用替换表达式找出答案,以实现输出
我的表达代码:
arg = input()
subprocess.Popen('lccomm','n={}'.format(arg))