Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.
There are 4 watchers.
This function can be used in custom views. It performs all Carpet plot calculations and returns grid, that can be used directly as data source for Chart.
Parameters:
point
span
foldFunction
avg - most useful fold functionmax - useful for e.g. power peak minimizationmin - can show e.g baseline energy consumptionsum - beware of number of records when using this fold functioncount - useful for check of input data consistencyxAxis
hourofday - hour of day (i.e. 0 ... 23)dayofweek  - day of week (i.e. Mon, ... ,Sun)day - day of year (e.g. 2019-05-02)week - week number and year (e.g. 2019-15)month - month and year (e.g. 2019-05)year - year (e.g. 2019)yAxis
xAxis optionsExamples:
getCarpetShopData(read(point and kind == "Number"), 2019, "avg", "HourOfDay", "DayOfWeek") getCarpetShopData(readById(@yourid), 2019, "avg", "HourOfDay", "DayOfWeek")