Hi,
I would like to print mixed content in an sxw report within a condition block.
I have a field x_reply_delay
which is a number of day.
If it is set by the user, I would like to print a sentence that contains this variable. But I don't know how to print the variable inside the sentence.
Below is what I would like to do but of course it doesn't work.
[[ o.x_reply_delay and 'This quotation is valid for '][[ o.x_reply_delay ]] ' days'
Thank you for your help
Cheers