My client uses the drop-down calendar built in with Filemaker as "date picker" but really needs the weeknumbers to show up for example on the left side of the calendar. As far as I understand this is not possible with the built in calendar. I´ve searched alot within Seedcodes products but ain't sure what will do.
Seems like NinjaCal would work but I guess it needs a tweak ?
Something like this viewtopic.php?t=726
Point me in the right direction.
I need, date picker with weeknumbers presented alongside dates on a monthly view.
Minical with weeknumber on the side
4 posts
• Page 1 of 1
Posts: 2
Joined: Sun Jul 22, 2012 5:20 am |
|
Hi,
Right NinjaCal would be the closest thing we have for this. The squares in Ninja cal themselves are dates even though they just are set to display the date number itself, so you could add some calculation fields to read those dates and wrap them with the "WeekOfYear" function to get the week number. The Sunday repetitions are: 1; 8 ; 15 ; 22 ; 29 and 36 so using those for your week calcs should work fine. See the attached image as well. hth, Jason |
|
Posts: 2
Joined: Sun Jul 22, 2012 5:20 am |
I've previously bought your product and I'm wondering if you are able to explain to me more in detail how to add the weeknumber just as described here in this thread. I'm using FMP 12 (not advanced) and would like to use NinjaCal as "date picker".
EDIT: I've tried following this viewtopic.php?t=726 tutorial and now (I guess) I just need to figure out how the code in the calculated field should look like...I probably would like to use WeekOfYearFiscal instead of WeekOfYear EDIT2: I managed to get it working with this code
|
Hi,
Right, looks like your making good progress. WeekOfYear and WeekOfYearFiscal are pretty similar. the second parameter is really determined by what day January 1st is. I don't see any disadvantage to using 7 separate calculation fields that correspond to the calcs I showed above in the date viewer. You could also do a repeating calc field with something like: WeekOfYearFiscal ( NinjaCal::NinjaCal_basic [ 1 + ( Get ( CalculationRepetitionNumber ) - 1 ) * 7 ] ; 1 ) but might be more trouble than it's worth compared to the individual fields. hth, Jason |
|
4 posts
• Page 1 of 1
Return to FileMaker Products (General)
Who is online
Users browsing this forum: No registered users and 4 guests