This content has been marked as final.
Show 5 replies
-
1. Re: Add fix label on line chart
tian.yang.4 Aug 23, 2018 2:33 AM (in response to Mahfoud Delal)hi Mahfoud
You can try this formula to get 7days before last point:
DATEDIFF('day',DATETRUNC('day',[DATE]),{MAX(DATETRUNC('day',[DATE]))})=7
here {MAX(DATETRUNC('day',[DATE]))} returns the latest date in your datasource.
Regards
YT
-
-
3. Re: Add fix label on line chart
tian.yang.4 Aug 23, 2018 11:01 PM (in response to Mahfoud Delal)hi Mahfoud
Have you synchronized the dual axis?
Regards
YT
-
4. Re: Add fix label on line chart
Mahfoud Delal Aug 27, 2018 10:21 PM (in response to tian.yang.4)Hi Tian Yang
Sorry the problem does not come from dual axis sync as there is only 1 axis.
But I end up with label point replacing line chart points which is weird.
Thanks
Mahfoud
-
5. Re: Add fix label on line chart
tian.yang.4 Aug 28, 2018 11:13 PM (in response to Mahfoud Delal)Can you attach the workbook?
YT