Hello:
I added a graphic to Siremis of my actives dialogs. But, it only shows unix time (From 1969-12-31 19:33:37 To1969-12-31 19:33:37) as Xaxis (19:33). I had version 4.2 and never saw it correctly, I just updated to version 4.4 and I see the same problem.Please see the attachment file with the graph, and my configuration files and table bellow
Thanks in advance.
My /var/www/siremis-4.4.0/siremis/modules/ser/view/xxxx.xml file
?xml version="1.0" standalone="no"?>
<EasyView Name="ChartsSumdialogsView" Description="Charts" class="EasyView" Tab="" TemplateEngine="Smarty" Access="SERAdmin.Administer_Modules" TemplateFile="view.tpl">
<FormReferences>
<Reference Name="ser.cms.form.ChartsForm"/>
</FormReferences>
</EasyView>
----------------------------------------------------------- My siremisCharts.xml ----------------------------------------------------------
--------------------------------------------------------------------------------------- See bellow, the portion of the table used to build the graphic, the column "date_created" is the problem, and the format is "TIMESTAMP"
Hello,
again, try to set the type of the time column to int, so it is retrieved as numeric timestam, not as formated datetime.
Cheers, Daniel
On 13.09.17 06:16, Humberto Rodríguez wrote: