I’m looking for the most accurate and effective way of displaying “Happy Anniversary” content.
I have a CSV file that I will be importing as a dataset. In that dataset I will have a column with the employee’s start date, and in the next column their name.
How can I ask Xibo to display this information ONLY if today’s date has an entry, and only the correct entry(s) should be displayed, otherwise bypass altogether?
I hope that makes sense. Is there an “official” means of approaching this? Any good workarounds?
Is there any way to calculate the amount of years based on the date and show that? So for instance, if the date was 5 years ago today, the output would be “Happy (5) Years Peter!”?
Where the ‘Anniversary’ is the column with your date in the dataSet.
Then in your dataSet you will also have a column with names, let’s call it ‘Name’ in this example, so then in ticker → Appearance tab you will want something like that (both columns are added from the ‘Available substitutions’).
If I wanted to display the anniversary list for the entire month (as to avoid missing people on weekends etc) is that a very quick edit to the above solution? Again, sorry for the 21 questions.
If it should display list of everyone that will have anniversary that given month, then you could filter it only by Month ie MONTH(Anniversary) = MONTH(CURDATE())
I believe you could also use WEEK() to show a list of current week ie WEEK(Anniversary) = WEEK(CURDATE())