Parameters

  • 25 Jul

    %LRT, RunTime Log parameter Setup

    Starting from version 11.07.25.0 & 10.7.27.0

    One of the new parameters that we’ve added in LimagitoXI is called RunTime Log parameter or  %LRT. At the moment this parameter can be used in the email events.

    Some usage examples. Suppose we have a RunTime Log of 100 lines.

    • %LRT
      • The complete RunTime Log will be added to the email
    • %LRT:1-5:
      • Line 1 to 5 of the RunTime Log will be added to the email
    • %LRT:5-1:
      • Line 5 downto 1 of the RunTime Log will be added to the email
    • %LRT:0-10:
      • Line 100 downto 91 of the RunTime Log will be added to the email
    • %LRT:10-0:
      • Line 91 to 100 of the RunTime Log will be added to the email

    If you have any question about the usage, please let us know.

    Regards,

    Limagito Team

     

     

     

    By Limagito-Team Parameters , , ,
  • 22 Aug

    Subdirectory Name Filter (Source = WIN)

    Let’s use an example to make things more clear.

    * Source Path: C:\Input\

    Folders available in Source Path:

    C:\Input\
    C:\Input\SubDir1
    C:\Input\SubDir2
    C:\Input\SubDir1\SubDir11
    C:\Input\SubDir2\Subdir21

    If we only want to include files from let’s say C:\Input\SubDir2 then we need to add the following filter to the ‘Include Subdirectory Name Filter’:

    SubDir2

    If we want to include files from C:\Input\SubDir2 and it’s subdirectories then we need to add the following filters to the ‘Include Subdirectory Name Filter’:

    SubDir2
    *\SubDir2\*

    By Limagito-Team Parameters
  • 02 Jul

    WeekOfTheYear ‘w’ or ‘ww’ parameter

    We are using a function called WeekOfTheYear for this parameter.

    Information:

    Call WeekOfTheYear to obtain the week of the year. WeekOfTheYear returns a value from 1 through 53.

    AYear returns the year in which the specified week occurs. Note that this may not be the same as the year of AValue. This is because the first week of a year is defined as the first week with four or more days in that year. This means that, if the first calendar day of the year is a Friday, Saturday, or Sunday, then for the first three, two, or one days of the calendar year, WeekOfTheYear returns the last week of the previous year. Similarly, if the last calendar day of the year is a Monday, Tuesday, or Wednesday, then for the last one, two, or three days of the calendar year, WeekOfTheYear returns 1 (the first week of the next calendar year).

    Note: WeekOfTheYear uses the ISO 8601 standard definition of a week. That is, a week is considered to start on a Monday and end on a Sunday.

    By Limagito-Team Parameters ,
1 2 3 4 5
SEARCH