Giter Club home page Giter Club logo

pivotdata's Introduction

NReco MDD Framework

NReco is an ASP.NET application framework that enables lightweight model-driven development and domain-specific modelling for real-life applications.

NReco Framework includes:

  • reusable components for building loosely-coupled web applications and suitable for generative programming
  • special XML models processor that transforms abstract domain-specific XML models into ASP.NET components and IoC-container configuration
  • ready-to-use set of domain-specific models that cover different aspects of typical ASP.NET application (UI elements like forms, lists dialogs; business-logic layer; data access and data permissions, data indexing etc)

NReco is a right choice for:

  • rapid prototyping and development of custom web-applications
  • custom enterprise/business web applications
  • software product-lines development and maintenance (projects "family")
  • SaaS-products and other scalable web-applications hosted in the cloud
## More information ## Standalone NReco Components

Copyright & License

NReco Version 1.0 (nreco1 branch) © 2008-2013 Vitalii Fedorchenko + other contributors (published under LGPL) NReco Version 2.x (master) © 2013-2015 Vitalii Fedorchenko + other contributors (LGPL)

pivotdata's People

Contributors

vitaliymf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pivotdata's Issues

How to write code show values?

I hope is
image
I write code is

        pvtHtmlWr.TotalsColumn = false;
        pvtHtmlWr.TotalsRow = false;
        pvtHtmlWr.GrandTotal = false;

but is
image
if I write code is

        pvtHtmlWr.TotalsColumn = true;
        pvtHtmlWr.TotalsRow = true;
        pvtHtmlWr.GrandTotal = ture;

image

User does not check Totals

Easy Paginate PivotTable or PivotData

I'm using the PivotTableHtmlWriter but when I have too much data, the rending takes forever.

I found SliceQuery but it's only to filter data.

Thank you very much

Inconsistent 'empty' AverageAggregator and SumAggregator default values

When nothing is aggregated (count=0) default value is 0, which is definitely wrong for 'avg'.
Lets make default values consistent with SQL AVG/SUM: they are NULL in this case.

This should also affect state deserialization: if loaded value is NULL, this means that this is 'empty' aggregation and count also should be 0.

PivotTable class: skip 'totals' entries in RowKeys and ColumnKeys calculation

Normally IPivotData enumerator iterates only by 'real' data points (= where dimension keys are real values) and PivotTable.RowKeys / PivotTable.ColumnKeys calculation works well. However, there is a specific case when totals are mixed with normal entries - for example, when totals are calculated outside (say, on DB side) and then just loaded into IPivotData instance as described here. These 'totals' data points are processed in PivotTable class and lead to undesired excessive RowKey / ColumnKeys entries. To avoid that IPivotData needs to be wrapped with a special proxy that skips 'totals' data points (aka SkipTotalsPivotDataWrapper).

It makes sense to handle 'totals' entries inside PivotTable RowKeys/ColumnKeys calculation (to avoid need in SkipTotalsPivotDataWrapper); this change should not break anything.

.NET 6

Is this library maintained? Was it updated to .NET 6?

Is PivotTableJsonWriter support Subtotal ?

PivotTableHtmlWriter support Subtotal .

        var outputWr = new StringWriter();
        var pvtHtmlWr = new PivotTableHtmlWriter(outputWr);
        pvtHtmlWr.SubtotalRows = true;
        pvtHtmlWr.SubtotalDimensions = new string[] { "Date" };
        pvtHtmlWr.SubtotalColumns = true;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.