Pager settings allow you to set custom pages based on events and assets, as well as from timestamps. You access these by going to Settings → Pager Settings, below are instructions on using this setting.
Some of these options are new in 6.9.0.0, if you don’t see the options you are looking for, check your version.
Instructions
- First go to Settings → Pager Settings, you will see a list of events that you can customize to page exactly what you want specific to asset type.
- When you double-click on an event type to create the custom page, you will also select the asset type that you would like to enable for this event.
- After you select your asset type, you will see the below options.
- For more information on utilizing the ‘Condition Builder’ for your advanced page, please see this article:
New SQL Condition Builder (CAD-3043 & 3228 & 3031). Remember this is a feature starting in 6.9.0.0.
Example of Pager Settings
Adding in User selected for Request Time
- select username from times where type = 'Name_of_Request_Time'
Adding in weight/weight unit for an escort
- case when (SELECT group_concat(withTransferItem(id, 'text(''weight'')'), ', ') FROM transferItem WHERE WithTransferItem(id, 'Type') = 'Escort') != '' then 'Escort Weight: ' || (SELECT group_concat(withTransferItem(id, 'text(''weight'') || '', '' || dropdown(''weight_unit'')'), ', ') FROM transferItem WHERE WithTransferItem(id, 'Type') = 'Escort') Else '' end
Comments
0 comments
Please sign in to leave a comment.