My billing cycle starts at the 6th day of the month, so I set KLWP to count data starting from the sixth day. The formula I'm using to display the usage is $ts(mt, m, 6d)$.
Actual result: The counter stays at 0 on 1st, 2nd, 3rd, 4th, and 5th day of the month.
Expected result: Data is counted since the last 6th day of the month, even if the month has just started.
I tried this, $if(df(d) < 20, ts(mt, A, 20dr1M), ts(mt, A, 19d))$, as my billing cycle is the 20th however the result is not correct. My Network provider and the phones internal stats state that I have used 6mb but the formula gives a result of 2Gb. Can someone please help.