see to get two divs floating across each other and show text. This code
text Test is not displayed.
Post by Daniel DekanyIf it's a number then you need "record.quantity == 14". The others
(?size an ?length) should give you an error, as number has no size or
length. Do they not? Something strange is going on there... do they
suppress FreeMarker errors and output nothing? If quantity is a string
that looks like a number, then you should also get an error (for
comparing a string to a number), but then you could use
"record.quantity?number == 14". (BTW, you can easily try these
scenarios on http://freemarker-online.kenshoo.com/)
Post by MG 2016Thanks for getting back.
I am still trying to work out the exact type of quantity. I assumed it
was
Post by MG 2016an int because the out put on the form is always an int. I am trying to
generate a PDF within NetSuite ERP.
None of these seem to work for me. But I can see the text if I use !=
<#if record.quantity?size ==14>TEST</#if>
<#if record.quantity?length==14>TEST</#if>
<#if record.quantity ==14>TEST</#if>
--
http://freemarker.624813.n4.nabble.com/Comparison-Issue-tp4655606p4655611.html
Post by MG 2016Sent from the freemarker-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Post by MG 2016Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
FreeMarker-devel mailing list
[hidden email] <http:///user/SendEmail.jtp?type=node&node=4655612&i=0>
https://lists.sourceforge.net/lists/listinfo/freemarker-devel
--
Thanks,
Daniel Dekany
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
FreeMarker-devel mailing list
[hidden email] <http:///user/SendEmail.jtp?type=node&node=4655612&i=1>
https://lists.sourceforge.net/lists/listinfo/freemarker-devel
------------------------------
If you reply to this email, your message will be added to the discussion
http://freemarker.624813.n4.nabble.com/Comparison-Issue-tp4655606p4655612.html
To unsubscribe from Comparison Issue, click here
<http://freemarker.624813.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4655606&code=ZGlsYWwubWlhaEBtb3ZlZ3VpZGVzLmNvbXw0NjU1NjA2fC0xOTM4MDY1OTI=>
.
NAML
<http://freemarker.624813.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
View this message in context: http://freemarker.624813.n4.nabble.com/Comparison-Issue-tp4655606p4655615.html