Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following scenario: I want to draw a simple line on a combo chart. When I input a 4 in my chart, a timestamp appears within the chart. How can I remove this timestamp to only display date values?
My result:
This is what i want:
Master_Cal:
Load * Inline [
%Date, Date
01.04.2024, 01.04.2024
02.04.2024, 02.04.2024
03.04.2024, 03.04.2024
04.04.2024, 04.04.2024
];
Table:
Load * Inline [
%Date, Measure
01.04.2024, 3
04.04.2024, 5
];
Best regards Richard
Hello, you can uncheck this box. This should solve your problem.
But for what you want to do I advise you to make a reference line rather than a new measure
Hello, you can uncheck this box. This should solve your problem.
But for what you want to do I advise you to make a reference line rather than a new measure