Let a variable used in RTF grow so it can print over multiple lines
Let a variable used in RTF grow so it can print over multiple lines
When I am displaying a variable from within RTF field to be resolved on runtime, how do i give those called values a grow property so they may continue outputting over multiple lines.
- Attachments
-
- saddres prob.png (65.23 KiB) Viewed 519 times
Re: Let a variable used in RTF grow so it can print over multiple lines
Is this possible ?
-
- Posts: 5257
- Joined: Tue Mar 20, 2018 5:34 am
Re: Let a variable used in RTF grow so it can print over multiple lines
Hello,
Sorry, maybe we did not exactly understand your problem. Could you explain your issue in more detail?
Thank you.
Sorry, maybe we did not exactly understand your problem. Could you explain your issue in more detail?
Thank you.
Re: Let a variable used in RTF grow so it can print over multiple lines
i hope this helps 

- Attachments
-
- newold.png (18.28 KiB) Viewed 501 times
-
- oldto nwe.png (47.92 KiB) Viewed 501 times
-
- Posts: 5257
- Joined: Tue Mar 20, 2018 5:34 am
Re: Let a variable used in RTF grow so it can print over multiple lines
Hello,
Please try to set the FullConvertExpression to true.
Thank you.
Please try to set the FullConvertExpression to true.
Thank you.
- Attachments
-
- VariableRichText.mrt
- (6.02 KiB) Downloaded 35 times
Re: Let a variable used in RTF grow so it can print over multiple lines
Thank you would you be able to do the same for a String Value directly from the dictionary and not as a Variable
- Attachments
-
- report.mrt
- (6.81 KiB) Downloaded 35 times
-
- Book1.csv
- (175 Bytes) Downloaded 36 times
-
- Posts: 5257
- Joined: Tue Mar 20, 2018 5:34 am
Re: Let a variable used in RTF grow so it can print over multiple lines
Hello,
Please try to use:
{Replace(Book1.Addr1," ", "\n")}
Thank you.
Please try to use:
{Replace(Book1.Addr1," ", "\n")}
Thank you.
- Attachments
-
- Screenshot 2022-07-08 191314.png (61.98 KiB) Viewed 453 times
-
- Posts: 5257
- Joined: Tue Mar 20, 2018 5:34 am
Re: Let a variable used in RTF grow so it can print over multiple lines
Hello,
You are welcome.
You are welcome.