Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a macro:
    • Find - Macros in the repository browser
    • Right click and select Add Macro
    • Configure the macro:
      • Name: NumOfWeeks
      • Minimum Parameters: 2
      • Maximum Parameters: 2
      • Expression: create an expression to work out the number of weeks - as a whole number – between two dates
        • Use the functions dateDiff() and round() to help with this
    • Press  to save your new macro

...