ספריית ביטויים במחולל דוחות

פורומים אפיון ופיתוח פריוריטי ספריית ביטויים במחולל דוחות

  • Post
    איל
    משתתף
    שלום לכולם
    האם יש למישהו רשימת ביטויים (+תיאור) המשמשים במחולל הדוחות
    במיוחד אני מחפש ביטי המקביל ל-WEEKDAY באקסל (יום בשבוע)
    תודה, איל
מוצגות 1 תגובות (מתוך 1 סה״כ)
  • Replies
    מארק
    משתתף
    none
    תוכל להשתמש ב-SDK של אשבל.

    DAY (date) — yields the number of the weekday on which the specified date falls (where Sun=1, Mon=2, etc.).
    SELECT DAY(03/22/06) FROM DUMMY FORMAT; /* 4 */
    Note: This number can then be translated into the name of the weekday by means of the DAYS table (for the application's base language of English) and the LANGDAYS table (for any additional languages). These tables store the names of all days in the week in what ever language you are using.
מוצגות 1 תגובות (מתוך 1 סה״כ)
  • יש להתחבר למערכת על מנת להגיב.