I have HTML component, I have used $MODEL to fetch the datum value.
I need to check the value of the datum. If the value of the datum is not empty then I need to put html code.
I have checked the guide but not found any where which solve my problem. I found $IF_MODEL{} token but it doesn't solve my problem.
below is the code where I need to check the condition:
I need to check if $MODEL{/Properties/Data/Datum[
@Name='ProductList']/DCR/products/DCRName is not empty then the below code go into the condition.
[html]
[/html]
Can anyone help?
Thanks in advance.