7
Report- 8/10/2016 Page 1 of 7 Report Introduction.................................................................................................................................................... 1 Overview ....................................................................................................................................................... 1 Save as Report ............................................................................................................................................. 1 Save as Report (Folio) ............................................................................................................................... 3 Settings ......................................................................................................................................................... 5 Func .............................................................................................................................................................. 6 Job................................................................................................................................................................. 7 Reference ...................................................................................................................................................... 7 Introduction This is an introduction to the Report app of InferStack. We will cover how to access it through the graphical interface, use Save as Reports, email reports and schedule reports to be sent. Reference information is also provided for further study. Overview The Report app provides the ability to view reports that you have previously defined. Save as Report You define the reports available to the report app by using the Save as Report star in the Menu Header (or in the Folio app). Go to any app such as the Equip example shown here. Configure it as desired for your report and press Save as Report.

Reportintellastar.com/wp-content/uploads/user-guides/inferstack/Report.pdf · readAll(power and siteMeter).hisRead(pastWeek) Press the Folio Save as Report star on the far right

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

  • Report- 8/10/2016 – Page 1 of 7

    Report Introduction.................................................................................................................................................... 1

    Overview ....................................................................................................................................................... 1

    Save as Report ............................................................................................................................................. 1

    Save as Report (Folio) ............................................................................................................................... 3

    Settings ......................................................................................................................................................... 5

    Func .............................................................................................................................................................. 6

    Job ................................................................................................................................................................. 7

    Reference ...................................................................................................................................................... 7

    Introduction This is an introduction to the Report app of InferStack. We will cover how to access it through the

    graphical interface, use Save as Reports, email reports and schedule reports to be sent. Reference

    information is also provided for further study.

    Overview The Report app provides the ability to view reports that you have previously defined.

    Save as Report You define the reports available to the report app by using the Save as Report star in the Menu Header

    (or in the Folio app).

    Go to any app such as the Equip example shown here. Configure it as desired for your report and press

    Save as Report.

  • Report- 8/10/2016 – Page 2 of 7

    You must name your report and can give it a group. You also can use the current date, or select a time

    period.

  • Report- 8/10/2016 – Page 3 of 7 Press OK to save the report.

    Save as Report (Folio) Save as Report in the Folio menu allows you to create a report that can be accessed by anyone with

    access to Reports. Enter a query such as

    readAll(power and siteMeter).hisRead(pastWeek)

    Press the Folio Save as Report star on the far right.

  • Report- 8/10/2016 – Page 4 of 7

    In this example, the report can be viewed by the guest account with only access to Reports.

  • Report- 8/10/2016 – Page 5 of 7

    Settings You need to enter a Site URI in Project Settings if you want to access reports remotely.

  • Report- 8/10/2016 – Page 6 of 7

    Func You can set up a Function to send emails such as this example that sends an email of all Reports.

    () => do

    to: ["[email protected]"]

    siteUri: read(projMeta)->siteUri

    projName: readProjStatus()->projName

    linkUri: siteUri + ("api/" + projName + "/link?")

    body:

    "\n" +

    "

    Your InferStack reports:

    " +

    "\n"

    readAll("report").each r => do

    uri : linkUri.toStr + r->id.toStr

    body = body + "" + r.dis + "\n"

    end

    body = body +"\n"

    emailSend(null, to, "InferStack Reports " + dateTime.now, body)

    end

  • Report- 8/10/2016 – Page 7 of 7

    Job You can set up a job to send your report regularly such as this example that calls the function shown

    previously.

    Reference There are a number of references available on your device or server in the Help app.

    Online docs are available at http://licensing.intellastar.com/doc/ .

    http://licensing.intellastar.com/doc/