Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please help us how to create conditional bar chart selection for below scenario
i have a bar chart in that i have 18 customer values for different groups and different years
if i select 15 and group average then it needs to show all customers average values based on 15 only and remaining are must should be hidden .
please find attachment for preview.
Please suggest us
Thanks in advance
You can define like below under Layout Conditional Tab
If(GetFieldSelections(customer)=15 and GetFieldSelections([Group Average])=1, 1,0)
Hi
i have several groups and if i select only group it should display all values and
if i select one group and year then it should display all customer details of that group for that year
and here i'm taking all group names in to inline table and calling groups through inline table.
please suggest.
Thanks
HI All,
i have two list boxes and contains groups and other one contains expressions
if i selected group it displaying all customers total all expressions values and it ok
an i have a to show all customers one expression by selecting group value in group list box and expression in expression listbox
In Expressions list box i have values like 15,16,17,18 like more than 20 expression for 20 years .
other box contains average, sum,revue,charges like
Please help us
Thanks