Closed aabusalha closed 1 year ago
Please also upload the template. Its hard to reproduce the issue without it
Hi Zapov,
here is the template for showing CategoryPiplineChart.docx the project chart
Since the JSON you provided is not really a valid JSON, can you please upload the expected output here?
Without that info I'm guessing you are having problems with duration because its an expression instead of value. You can fix that by using explicit tag which calculates the duration instead of using Excel to calculate it
Alternative way to solve this is to use low level plugin to calculate this expression instead of using formulas for expression. There is an example here of how to have custom evaluation in expressions: https://github.com/ngs-doo/TemplaterExamples/tree/master/Advanced/DepartmentReport
I am development a new report that contains Stacked bar, the issue which I am facing is the bar does not render automatically unless do Edit Data, the stacked bar contains 3 columns (list of project(name), start date(date), finish date(date), and calculated duration.
Json file is attached. any assistance! Json.txt