SharePoint Designer 2010 თავდაცვის სამინისტროს ფუნქცია

მე ვმუშაობ გარკვეული ჟურნალი, სადაც თანამშრომლებს შეუძლიათ მოითხოვონ შვებულებაში, ავადმყოფი დრო, და ა.შ.. ერთი დადასტურება წესი მოითხოვს, რომ თქვენ ყოველთვის უნდა მოითხოვოს დრო ში 4 საათის ინტერვალით.  ეს არის ადვილი საკმარისი უნდა გააკეთოს - გამოიყენოს modulo ფუნქცია.  Modulo ფუნქცია ეუბნება დანარჩენ დივიზიონში.  თუ არ არის დარჩენილი, modulo is zero, წინააღმდეგ შემთხვევაში, it’s whatever is left.  მაგალითად, 8 mod 4 = 0 (8 / 4 = 2 with no fraction).  მეორე მხრივ, 8 mod 5 is 3.

I needed to do this once with SPD 2007 once upon a time and I actually ended up using an InfoPath form to solve, so it was handled on the front end at the time.  In the current case, there may be an InfoPath form in the picture, but that’s not clear yet.  ასე რომ,, I was working out a technique to ensure that time requests are always in 4 hour increments.  I was going to do the math, save it in a string and then do some substring stuff. 

I pull up SPD 2010 and to my surprise (and a little embarrassment) there is a modulo function already:

image

I am once again pleasantly surprised that something I needed is already there out of the box.  It does seem like a weird function for Microsoft to include in the mix.  It has a sort of “this is easy, so let’s throw it in” feel to it.  I sympathize with that, as I do it myself all the time.  This CodePlex project has a bunch of little functions that result from the ItsEasy principle.  ამავე დროს, Microsoft continues to support evidence the “95% of the way” effect with the product.  They implement the Mod function, but not the round function, for instance.

</ბოლო>

გამოწერა ჩემი დღიური.

გამომყვეს Twitter-ზე http://www.twitter.com/pagalvin

ერთი ფიქრობდა შესახებ "SharePoint Designer 2010 თავდაცვის სამინისტროს ფუნქცია

  1. Pingback: Tweets რომ აღარაფერი ვთქვათ SharePoint Designer 2010 MOD ფუნქცია «პოლ Galvin ის SharePoint ფართი -- Topsy.com

დატოვე პასუხი

თქვენი ელ-ფოსტა არ გამოქვეყნდება. აუცილებელი ველები მონიშნულია *