跳至內容
選單
此問題已被標幟
1 回覆
5105 瀏覽次數

I would like to create a graph for a dashboard showing the company debtors, but with the number of debtors our company has the graph becomes un-readable pretty fast. Is there a way to limit the number of records shown in a graph? I have tried the standard:

<field name="limit">xx</field>

which works fine on tree views, but doesn't seem to have any effect on graphs.

Any ideas on how I could achieve something like this?

頭像
捨棄
作者 最佳答案

Well to answer my own question, I've ended up just creating a new class which I fill up with a database query in the init method. That way I can limit the entries using

SELECT xxxxx
FROM xxxxx
LIMIT xx

And then display them in their own graph view.

Still would be interested if anyone has a shorter way of achieving the same thing...

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
3月 15
10234
1
4月 24
6281
3
11月 16
11001
0
12月 24
9450
3
9月 24
21604