Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create a Chart with a variable

Hello Members,

I have the following issue:

I want to create a Chart as a table with a Dimension, which gives me the turnover rate for the last 12 months as a letter.

Actually I have two tables. One with Information about the article and one with all stock movements of every article. With both I am able to say, what is the stock in this Moment and was the stock a month ago. I´m also able to say, what is the turnover rate of each article, when the article is the Dimension.

For Example:

ArticleTurnover Rate
5555512,00
4444411,59

The Problem I have is, that I want to find out, how many article´s have a turnover rate between x and y and how many between y and z and so on...

So i would like to have the following solution:

Turnover RateCount(Artikel)
X5
Y10
Z60

I hope, anybody could help me.

Thanks a lot.

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Take a look to Rank function ...

Not applicable
Author

Thanks for your response, but i didn´t find something helpful for this issue. May be it´s because I am no data analyst specialist.

But I tried something easier...

In the table with the stock movements, there is column with amounts. So when I say ' sum(Amount), I will get the stock of this moment. When I tried this in a dimension i only get an error '//error in the dynamic dim...'

= if (sum(Amount) > 0, 'article with stock', 'article without stock')

So obviously it doesn´t work...

alexandros17
Partner - Champion III
Partner - Champion III

Could you send me the qvw???

Not applicable
Author

I send you an email