Search results

  1. M

    Windows security of files created and/or modified by Anatella is altered ?

    Sporadically, the security of files created and/or modified by Anatella is altered. I don't know why. It's very annoying because, as I'm no longer the owner of the file, I can no longer modify, move or delete it. Have you ever heard of a similar problem with other Anatella users? Do...
  2. M

    stored procedure

    Is it possible, in Anatella, to run a stored procedure on a SQL Server DB?
  3. M

    Split Table ?

    I have a table. Inside my table each rows can be a "company" or "an employee". My table looks something like this (look at the column "RowType"): Employees b,c,d belongs to the company a Employees f,g,h,i belongs to the company e I need to split my table in several text files so that each...
  4. M

    SQL in() operator

    Here's a suggestion for the calculator: add the in() operator, which works in the same way as in SQL: Article in(‘TR99’, ‘VEPK’) Equivalent to Article == ‘TR99’ || Article == ‘VEPK’
  5. M

    several variables in several places in the graph?

    Is it possible to define several variables which would be used in several places in the graph?
  6. M

    Dates with the calculator?

    How to manipulate dates with the calculator?
  7. M

    SET "global parameters" from a database

    How to set "global parameters" from a database?
  8. M

    TRIM in GetGlobalParametersFromFile" box

    hi, it's nice that you can now put spaces in the .cfg files read by the "GetGlobalParametersFromFile" box (addition of the "trim" option), but the the trim is only done on the part that precedes the = Is it on purpose ? Marc
Top