Code Monkey home page Code Monkey logo

Comments (3)

alner avatar alner commented on September 11, 2024

It should work. QIX-engine calculates expressions. Could you please attach qlik sense file with such expression? Buy the way, sum(aggr(sum(Amount),Dim1,Dim2) has a bug. You haven't properly enclosed it with parentheses. It should be: sum(aggr(sum(Amount),Dim1,Dim2))

from qssimplekpi.

philipplozovoy avatar philipplozovoy commented on September 11, 2024

QlikSense demo app with this bug here (https://www.dropbox.com/s/oov2pl0r8tqe3uy/simpleKPItest.zip?dl=0)
It looks like
image
I have realised that simpleKPI supports aggr function with multiple dimensions when there is no dimension in the extension.

from qssimplekpi.

alner avatar alner commented on September 11, 2024

Problem is in synthetic dimension (ValueList). It will work if you specify e.g. Store as a dimension or remove dimension at all. Aggr function should contain at least one dimension used in the object. If you convert SimpleKPI into Table object you will get exactly the same result!
image

from qssimplekpi.

Related Issues (20)

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.