Time quanta for Mixpanel custom alerts - mixpanel

When creating custom alerts, how is the time quanta used for the alerts determined? e.g. events per minute vs per hour vs per 24hrs etc..
Could not find anything that addresses this in the Mixpanel docs.

Arthur here from Mixpanel. I've spoken with our product team to clarify our docs, and we'll be making updates to them soon.
To answer your question - the time quanta for our Insights report, 'Line' graph setting, depends on the time unit you've selected in the saved Insights report as indicated by the blue annotation box in this screenshot, i.e.
Minute
Hour
Day
Week
Month
Quarter
Once selected, you will then have the option to be alerted based on a 'relative' or 'absolute' threshold option, and we will alert you at most once an hour, day or week.
'Absolute' - if and when the past minute, hour, day, week, month or quarter exceeds the value you've specified, we will alert you.
'Relative' - if and when the past minute, hour, day, week, month or quarter is higher or lower than that of the previous time-period, we will alert you.
Let me know if you have any follow-up questions!

Related

Hot to force MS Outlook to show future hours in calendar?

When I open MS Outlook calendar view (Ctrl+2 hotkey) it shows me a time period starting from my first working hour. So, if I work from 8:00 till 17:00, and open a calendar at 16:00, I see my schedule from 8:00 till 14:00. As a consequence, I don't see a schedule from 14:00 and further, having to scroll calendar down.
Is there a way to show working hours starting from current moment, not the beginning of the work day? As alternative, by default show the period ending at last work hour?

Attendance tracker: Only count days Absent, Present, Late etc.. from previous days till present

I have a google sheet that I use an attendance tracker for our business. This sheet reads month tabs and tally's the total Days present, Absent, Late etc..
The issue I am running into is that when someone plans a future time off or prearrange lateness I don't want it to tally that until it becomes the present day.
Essentially it should only tally up the present day and the past.
Thanks for the help.
In the "Report 2022" tab it shows Employee 15 having 6 Present days and 2 AR days. That totals to 8 "Working days count" , thats not accurate because the 2 AR days didnt happen yet; they are future dates.
If you look in the November tab it is counting the AR for future dates, I only want it to count past and present.
I haven't really came up with an idea, I tried the today function but I don't know exactly the best way to go about it.
Here is the sheet with Dummy employee data: https://docs.google.com/spreadsheets/d/103srHeFcJXvVKNn3w4ljuxAbnpMMy3YNHS4EJthx1pw/edit?usp=sharing

Xamarin Google Play Services

I use google play services and try to make a daily Leaderboard. But, using the method "Submit score ()", the record is written to all tables (Daily, All_Time, Weekly). How can I record a user's score only in the Daily Leaderboard?
Daily leaderboards reset at midnight PST every day, and weekly leaderboards reset at Saturday midnight PST.
The scores that you post automatically will update Daily, Weekly and All Time leaderboards. During the first day of posting the first score that score in turn is the highest for all three boards. As time progresses the scores posted are bucketed based upon the reset times for each board.
https://developers.google.com/games/services/common/concepts/leaderboards

dhtmlx scheduler custom timeline

Currently i'm working on a project where i need to use dhtmlxSchedular whats new to me.
i'm struggling to change the timeline header view. For example this timeline: http://docs.dhtmlx.com/scheduler/samples/06_timeline/08_time_scale.html
Here you can see a timeline with a second time scale for one day
timescale 1: minutes
timescale 2: hours
What i want is a view for a week and one day has 10 hours. For example
Monday 12 dec till Sunday 18 dec
Where every day has 10 cells from 00:00 till 10:00.
So shortly saying, one day consists of 10 hours to be planned.
Is this possible with scheduler timeline.
Yes, it is possible. To hide hours in the scale you need to use scheduler.ignore_timeline property.
More info how to change the default time interval
Demo with Timeline scale you want to implement

How to change the starting date of a Calendar Year to something other than Jan 1st?

I'm writing an app that relies on the calendar and calendar events to display data to the user.
I need to be able to let the user select the beginning of his/her 'fiscal' year in settings, which will be the 1st of any of the 12 months. This is an app for military users, and any given unit's fiscal year can begin on whatever month their unit (base) decides.
The data I'm displaying to the user needs to be divided into 'fiscal' quarters according to the user's setting of the beginning of the fiscal year, not calendar year.
I'm not having problems retrieving, editing or deleting the events, I can't figure out how to change the beginning of the year to anything besides Jan 1st.
I found NSDateCategoryForReporting on GitHub, that seems like it's exactly what I need, but how do I tell it that the year begins on the 1st of x month?
iOS doesn't natively support this, so you'll have to find a plugin to do this or write your own. Your best bet is to write a class that performs the date conversions using the standard NSDate, NSCalendar, etc.
For instance, you could store what day the user specifies as their starting fiscal year. Then you can calculate the number of days difference between that and January 1st, and just shift dates based on that.

Resources