Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have small issue.
I have one list box wit 10fields
and i hve one stright table aswell.
my req is: only 6fields shud be shown default in stright table evry time.
and when even we select other value in listbox it shud be add in stright table...?
is this possible? help me out any one?
thanks in advance
Remove the Calculation Condition option in General tab of the chart. Now it will show all the default fields always.
Regards,
jagan.
yeah..jagan but that fields shud nt shown in listbox which which we are used fr default table fields?
how it possible?
Hi Suresh,
You can also check my attachment.. I have excluded the default value from the listbox.
I used the expression like..
=if(_dimension<>'Address Number'
and _dimension<>'City'
and _dimension<>'Country'
and _dimension<>'Customer'
and _dimension<>'Invoice Date'
and _dimension<>'Invoice Number',_dimension)
So, these values won't display..
The below attachment is working fine against your initial question. It shows 6 default dimension and one metrics. When you select dimensions from list box, it's added in dimension tab.
Hi,
Remove the default fields from the list box from the below inline table in your script
Dimensions:
LOAD * INLINE [_dimension
'
'
'
'
'
'
'
'
];
Regards,
jagan.
Awesome jagan.Thnx fr ur help.
Thanx to alll who given all ur efforts on this .
Thanks
Suresh
thnx settu,
i hve removed fileds in script level.