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

chart expression

i have list box(checkboxes) on ui ,

so whateveve checkbox i shud select it shud display it in chart(count fieldx) ,how to do that,

11 Replies
prat1507
Specialist
Specialist

hi


Where do you want to display it? In the chart or in the caption?

You can used GetFieldSelections()

Regards

Pratyush

Anonymous
Not applicable
Author

do you want to use your Checkbox as a Filter ?

Regards

Tahemas

Kushal_Chawda

Please elaborate more on your requirement

Anonymous
Not applicable
Author

in chart

Anonymous
Not applicable
Author

where and how to use

prat1507
Specialist
Specialist

you can go to presentation and then go to Text in Chart and Text as =GetFieldSelections(YourField)

Regards
Pratyush

Anonymous
Not applicable
Author

i want it in expression,

as the fields in list box are from inline table

Anil_Babu_Samineni

You don't need anything here

Consider List box and change settings to checkbox and then create straight table using fieldname dimension and expression is Count(fieldx) then start filter if it is associate to field it will come directly..

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

am already using a chart ,i want to display curent selection of a list box in my chart