@inline
I have the following requirement.
<?choose:?>
<?when:contains(Type,'Call - Inbound')?>Comment:<?Comment?><?end when?>
*
*
*
<?otherwise:?><?end otherwise?>
<?end choose?>
when i run this in the BI Publisher report i get the content of the field Comment in the next line.
How do i use @inline here or is there a better way of doing it.
1. Issue is getting it as Comment:
This is a comment
2. Requirement is to get Comment:This is a comment (in the same line)
thanks,
cherla