Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box -'Show frequency'

Hi all,

I need to show Key field as list box and have to show frequency as well. Some one explained in our community that, this feature is not available . Can any one help to get my desired result.

Thank you.

1 Solution

Accepted Solutions
its_anandrjs

Hi,

Suppose you have a table like

LOAD * Inline [

Id

1

2

3

4  ];

And then in the front end add field and enable this features

ListFrequency.png

Also you can see frequency from Tab view by press Ctrl + T and hold mouse on ID table and you can see details as

FrequncyTabView.png

Regards

Anand

View solution in original post

2 Replies
ecolomer
Master II
Master II

Clik option on options for Table of List

p05.png

its_anandrjs

Hi,

Suppose you have a table like

LOAD * Inline [

Id

1

2

3

4  ];

And then in the front end add field and enable this features

ListFrequency.png

Also you can see frequency from Tab view by press Ctrl + T and hold mouse on ID table and you can see details as

FrequncyTabView.png

Regards

Anand