PlotContainerCoverNotebookMismatches
PlotContainerCoverNotebookMismatches[date]⟹containerCoverMismatches
Returns the number of mismatches between the notebook of a container and the notebook of its attached cover on the specified `date`.
PlotContainerCoverNotebookMismatches[startDate,endDate,increment]⟹containerCoverMismatches
Displays the number of container/cover notebook mismatches between the specified `startDate` and `endDate` at each `increment` within that time period
Details
-
NoContainerCoverFinancerConflict No container and cover combination have conflicting financers. NoContainersFound No containers were found to have been created before this specific date. RoundingIncrement The specified increment has been rounded down so that it is divisible by the smallest allowed increment of 1 Day: `1` UnacceptableIncrement You cannot specify a time increment less than 1 Day. Please increase the increment time.
Input
Output
General Options
Messages
Examples
open allclose allBasic Examples (5)
Given a specific date, return that date and the total number of containers that were created before that date, along with the following container/cover notebook categories: Null container notebook with populated cover notebook, populated container notebook with Null cover notebook, mismatching populated notebooks, matching populated notebooks, mismatching populated notebooks that have conflicting financers.
Given a start date, end date, and increment of time, if the increment is less than 1 Day, throw an error.
Given a start date, end date, and increment of time, if the increment is not divisible by 1 day, throw a message indicating that the increment has been floored to be an integer number of days.
Given a start date, end date, and increment of time, return 4 plots in this order: A plot containing mismatches of a Null cover notebook and a populated container notebook, a plot containing mismatches of a Null container notebook and a populated cover notebook, a plot containing mismatches of populated cover and container notebooks, and a plot with notebook mismatches that have conflicting financers as well.
If the given date yields that no containers were created, return that date and 0 for each category of notebook matching.
Options (3)
OutputFormat (3)
If OutputFormat is set to Plot and containers were found to exist on the specified date but no conflicting container and cover notebook financers were found, return a bar chart showing the container/cover notebook categories and a message about no conflicting financers.
If OutputFormat is set to Plot and given a specific date, return a bar chart with the following container/cover notebook categories: Null container notebook with populated cover notebook, populated container notebook with Null cover notebook, mismatching populated notebooks, matching populated notebooks, mismatching populated notebooks that have conflicting financers. Additionally, return a table with the specific containers and covers that have notebooks with conflicting financers.
If OutputFormat is set to Plot but no containers were found to exist on the specified date, return a message indicating so.