December 21, 2010

Conditional Formating

XML Publisher supports the usage of simple "if" statements, as well as more complex "choose" expressions.
*                       Insert the following syntax to designate the beginning of the conditional area.
condition?>
*                       Insert the following syntax at the end of the conditional area: .


Use the following syntax to construct an if-then-else statement in your RTF template:
element_condition then result1 else result2 end if?>


No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...