how to write expression to change line type in combo chart
Hi Guys
Hers's the thing:
For example I create a combo chart which dimensions are <FieldA><FieldB> and expression <FieldC>,and i want it if<FieldA>='a' then show bar chart ,else show line chart;
i found that there is a line type in <propertics- Expression -Field-Line type>,i don't know whether i can use this to implementation my requirement or there has another way.
Anyway my question is how to make bar and line type in one table with just one expression,i know if dimension is only one perhaps i can set two expressions,but now there are two.