{"id":16392,"date":"2024-05-03T09:28:58","date_gmt":"2024-05-03T12:28:58","guid":{"rendered":"https:\/\/kb.elipse.com.br\/en\/?p=16392"},"modified":"2024-06-06T09:58:53","modified_gmt":"2024-06-06T12:58:53","slug":"displaying-the-timestamp-of-creation-of-a-section-report","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/","title":{"rendered":"Displaying the timestamp of creation of a Section Report."},"content":{"rendered":"<h3><strong>Question:<\/strong><\/h3>\n<p>How can I display in a <a href=\"https:\/\/kb.elipse.com.br\/en\/category\/english\/elipse-e3-en\/section-report\/\" target=\"_blank\" rel=\"noopener\">Section Report<\/a> of <a href=\"https:\/\/www.elipse.com.br\/en\/produto\/elipse-e3\/\" target=\"_blank\" rel=\"noopener\">Elipse E3<\/a> the timestamp of its creation?<\/p>\n<h3><strong>Solution:<\/strong><\/h3>\n<p>To do so, you must:<\/p>\n<ol>\n<li>Add a Demo Tag with <em>Type<\/em> property set up as 3-Current Time.<\/li>\n<li>In the section report, add a Label or TextBox.<\/li>\n<li>Add a script to the Report Section to pass the value of the Demo Tag to the Label or TextBox.<\/li>\n<li>In the script, convert the tag to Data format, because a CurrentTime tag will return the current time in Double format.<\/li>\n<li>Finally, in the same script, change the Field formatting and adjust its <em>OutputFormat <\/em>property.<\/li>\n<\/ol>\n<h3><strong>Example:<\/strong><\/h3>\n<pre>Sub ActiveReport_ReportStart\r\ndim Application = Activator.CreateInstance(Type.GetTypeFromProgID(\"Reports.E3ApplicationLink\"))\r\nApplication.LinkWithApplication(rpt)\r\nMe.TextBox1.OutputFormat = \"dd\/MM\/yyyy hh:mm:ss\"\r\nMe.TextBox1.Value = DateTime.FromOADate(Application.GetServerValue(\"Data.CurrentTime\"))\r\nEnd Sub<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Question: How can I display in a Section Report of Elipse E3 the timestamp of its creation? Solution: To do so, you must: Add a Demo Tag with Type property&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[1220,730],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Displaying the timestamp of creation of a Section Report.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Displaying the timestamp of creation of a Section Report.\" \/>\n<meta property=\"og:description\" content=\"Question: How can I display in a Section Report of Elipse E3 the timestamp of its creation? Solution: To do so, you must: Add a Demo Tag with Type property&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-03T12:28:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-06T12:58:53+00:00\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Displaying the timestamp of creation of a Section Report.\",\"datePublished\":\"2024-05-03T12:28:58+00:00\",\"dateModified\":\"2024-06-06T12:58:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\"},\"wordCount\":114,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Section Report\",\"Elipse E3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\",\"name\":\"Displaying the timestamp of creation of a Section Report.\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2024-05-03T12:28:58+00:00\",\"dateModified\":\"2024-06-06T12:58:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Displaying the timestamp of creation of a Section Report.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Displaying the timestamp of creation of a Section Report.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/","og_locale":"en_US","og_type":"article","og_title":"Displaying the timestamp of creation of a Section Report.","og_description":"Question: How can I display in a Section Report of Elipse E3 the timestamp of its creation? Solution: To do so, you must: Add a Demo Tag with Type property&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2024-05-03T12:28:58+00:00","article_modified_time":"2024-06-06T12:58:53+00:00","author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Displaying the timestamp of creation of a Section Report.","datePublished":"2024-05-03T12:28:58+00:00","dateModified":"2024-06-06T12:58:53+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/"},"wordCount":114,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Section Report","Elipse E3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/","url":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/","name":"Displaying the timestamp of creation of a Section Report.","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2024-05-03T12:28:58+00:00","dateModified":"2024-06-06T12:58:53+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/displaying-the-timestamp-of-creation-of-a-section-report\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Displaying the timestamp of creation of a Section Report."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/16392"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=16392"}],"version-history":[{"count":2,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/16392\/revisions"}],"predecessor-version":[{"id":16428,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/16392\/revisions\/16428"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=16392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=16392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=16392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}