Have you ever had to go in to Attendance Analytics and select from a huge list of serving teams to find the one you want? Why not create shortcuts for these so you don't have to keep selecting the options you need?

Check out the YouTube video below for a step by step walkthrough on how to create shortcuts for Attendance Analytics that will save your staff tons of time. Below is the code needed to create the buttons shown in the video.

<div class="container">
    <h3>Header Here</h3>
        <a class="btn btn-default padding-v-md padding-h-md" href="linkhere" role="button"><i class="fa fa-hashtag fa-lg"></i>Button Label Here</a>
        <a class="btn btn-default padding-v-md padding-h-md" href="linkhere" role="button"><i class="fa fa-hashtag fa-lg"></i>Another Button Here</a>
</div>
<div class="container">
    <h3>Header Here</h3>
        <a class="btn btn-default padding-v-md padding-h-md" href="linkhere" role="button"><i class="fa fa-hashtag fa-lg"></i>Button Label Here</a>
        <a class="btn btn-default padding-v-md padding-h-md" href="linkhere" role="button"><i class="fa fa-hashtag fa-lg"></i>Another Button Here</a>
</div>