Glitch Posted December 5, 2018 Report Share Posted December 5, 2018 How can I create a Calendar for Birthdays? Quote Link to comment Share on other sites More sharing options...
0 AnchovyXL Posted December 5, 2018 Report Share Posted December 5, 2018 Hi, You must have a table that stores the birthdays to create a Calendar for birthdays, Then, use that table as the source. Select the filed that corresponds to the Birthdate. Also, please refer to this article: https://howto.caspio.com/datapages/calendars/ Hope this helps. Quote Link to comment Share on other sites More sharing options...
0 Glitch Posted December 5, 2018 Author Report Share Posted December 5, 2018 Hi Anchovy! I know that's how we select Datasource to a table. But Regarding Birthdays, how do we get to disregard them "year"? The calendar would not let me choose the precision of date and month. http://prntscr.com/lr7b6e So basically, I want the birthday to show Every Year. Quote Link to comment Share on other sites More sharing options...
0 ManokNaPula Posted December 19, 2018 Report Share Posted December 19, 2018 I replicated this on my end and below is the solution that I came up with. Please follow these steps: 1. Edit your Employes table and add a new Formula field 2. Add the formula: CONVERT(DateTime,(CAST(Month([@field:date_de_naissance]) AS nvarchar(2))+'/'+CAST(Day([@field:date_de_naissance]) AS nvarchar(2))+'/2018'),101) 3. Edit your Birthdays - employees - calendar DataPage and proceed to Calendar Page Options 4. Choose the "Formula" field as Date Field. Note: The formula provided works for the year 2018, for the next year you need to update it manually to 2019 You may need to statically update the Year for this, as annual calendar report will not be possible yet. Quote Link to comment Share on other sites More sharing options...
Question
Glitch
How can I create a Calendar for Birthdays?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.