Template field - Unit Final Outcomes only
AnsweredLike in the templates, you can add a field for noting if CT/RPL, it would be good if there was another field that could only show final outcomes.
For training plans, it would be good if we could have only final outcomes shown, not any interim.
That way, if we have to reprint the assessment section, we can easily see which ones are complete, but also not have to cross out any interim outcomes.
As per this topic here: https://axcelerate.zendesk.com/hc/en-gb/community/posts/245032167-final-outcomes-only-to-display-in-training-plans?input_string=Template%20field%20-%20Unit%20Final%20Outcomes%20only
-
Official comment
Hi Steve and Tomos
You are able to hide certain outcomes in tables by using the following CSS in your templates (I've copied the actual code underneath the screenshot). Hopefully this assists!

This table is currently hiding CA outcomes<br />
<br />
<br />
<style type="text/css">.CA{
display:none !important
}
</style>
<table border="1" cellpadding="1" cellspacing="1" style="width:100%;">
<thead>
<tr>
<td>Unit Name</td>
<td>Unit Code</td>
<td>Unit Outcome</td>
</tr>
</thead>
<tbody id="units">
<tr class="[Unit Competency]">
<td>[Unit Code]</td>
<td>[Unit Name]</td>
<td>[Unit Competency]</td>
</tr>
</tbody>
</table>Comment actions
Please sign in to leave a comment.
Comments
3 comments