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

barchat

i had list box like this

listbox1

1

2,3

3

4,5,6

7

8,9,10

while i am counting in the bar chart   with the expression count(fieldname) it displays as 1. but my requirenment is

example 1.  if i select 2,3 in listbox it should display count in barchart as 2 .

example2: if i select 4,5,6 in listbox it should display count in barchart as 3

can anyone help on this please

Thanks

Mahesh

3 Replies
sunny_talwar

May be do like this:

RangeSum(SubStringCount(listbox1, ','), 1)

Anonymous
Not applicable
Author

hi sunny

Thanks for fast reply .. Can i use this expression in Barchart

sunny_talwar

I believe so. Have you tried it?