LNbeginner
MIS
Hello,
Lets say I have four fields. Name, Address, Phone, EmailAddress
In my view I want Name and Addres on the top line and Phone and EmailAddress on bottom line.
Tried
Name + Address + @NewLine + Phone + EmailAddress
@Char(0)
@Char(13)
These do not seem to work in a view. Is this possible? Any suggestions?
Thanks
Lets say I have four fields. Name, Address, Phone, EmailAddress
In my view I want Name and Addres on the top line and Phone and EmailAddress on bottom line.
Tried
Name + Address + @NewLine + Phone + EmailAddress
@Char(0)
@Char(13)
These do not seem to work in a view. Is this possible? Any suggestions?
Thanks