Function getAnalyticsResult

  • Returns Promise<{
        allGroupKeys: Set<GroupKey>;
        calcError: string;
        grouped: any;
        groupKeys: Set<GroupKey>;
        isNoData: boolean;
        orphans: Set<string>;
        rows: SolvedMeasure[];
        sectionsSplitByLandUse: SectionsSplitByLandUse;
        siteData: SiteAreaData;
    }>