-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Reproduce:
- Create a new report with
- view: count process instance frequency
- group by: none
- visualize as number
- Set the goal to 100.5
- Save the report
Expected:
- Report is saved
Observed:
- Nothing happens
- When changing view or groupby, the report cannot be displayed anymore, even with valid view/group/visualization combinations
—
Hint:
- The backend needs to store targetValues as string
As trying to convert the user input to numbers fails for user inputs which are not numbers, we should just store the input as string. The visualizations already have safeguards in place to deal with such situations. I already adjusted the Configuration documentation accordingly: https://github.com/camunda/camunda-optimize/wiki/Reports#configuration