Good morning all,
I am currently in the process of setting up supervision on the 4G data consumption of an external site.
For this, I created a calculation element with my two options (upload and download added). sum ("ifOutOctets [Example]", "30d") + sum ("ifInOctets [Example]", "30d")
I want to have an accumulation of data for the entire month, but which starts again from zero on the first of the month.
Currently my function is only recovering the last 30 days.
Do you have any leads to indicate instead of "30d" from every 1st of the month ???
I looked for the dayofmonth function, but couldn't find much information.
Thank you for your help.
I am currently in the process of setting up supervision on the 4G data consumption of an external site.
For this, I created a calculation element with my two options (upload and download added). sum ("ifOutOctets [Example]", "30d") + sum ("ifInOctets [Example]", "30d")
I want to have an accumulation of data for the entire month, but which starts again from zero on the first of the month.
Currently my function is only recovering the last 30 days.
Do you have any leads to indicate instead of "30d" from every 1st of the month ???
I looked for the dayofmonth function, but couldn't find much information.
Thank you for your help.
Comment