Removing Handlebars References
This has been replaced in VDL 4.7 with the much more powerful dynamic expressions feature. Following are some examples of how you would convert from one to the other:
Scenario {{scenario.name}} was created on {{scenario.creationDate}}. Scenario <span vdl-text="=scenario.props.name"></span> was created on <span vdl-text="=scenario.props.creationDate"></span>
There are {{scenario.CHANNELS.length}} channels. The first channel is named {{scenario.CHANNELS.0.label}} and it has a value of {{scenario.CHANNELS.0.value}}. The second channel is named {{scenario.CHANNELS.1.label}} and it has a value of {{scenario.CHANNELS.1.value}}. There are <span vdl-text="=scenario.entities.CHANNELS.length"></span> channels. The first channel is named <span vdl-text="=scenario.entities.CHANNELS[0].label"></span> and it has a value of <span vdl-text="=scenario.entities.CHANNELS[0].value"></span>. The second channel is named <span vdl-text="=scenario.entities.CHANNELS[1].label"></span> and it has a value of <span vdl-text="=scenario.entities.CHANNELS[1].value"></span>.
<section repeat="s in scenarios"> Scenario results for {{s.name}}: ... </section> <vdl-row vdl-repeat="=sc in scenarios"> Scenario results for <span vdl-text="=sc.props.name"></span> … </vdl-row>
© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.