Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there any chart with out expression?
Guage chart
Regards
ASHFAQ
You are asking for Expression or Dimension if only Expression then the Gauge chart, Bar Chart, Straight Table. But Without Expression in the chart i dont thing there is.
Hi
Try with table box. There is no expression. But you can add any number of fields displayed in it.
Hi Ashfaq.
Gauge chart is designed without dimenssions, not expressions. Try Table Box without expressions.
Without Expression ?
Sorry I thought dimension.
Regards
ASHFAQ
Yes there is a way of using the table box but you have aggregate or grouped your Dimension and Expression in the load script like
tmpSource:
Load * Inline
[
Dim1,Dim2,Measure
2012,5,159065
2014,6,12567
2014,7,23567
];
SalesAnalysis:
Load
Dim1 as Year,Dim2 as Month,
Sum(Measure) as Sales_Measure
Resident tmpSource
Group By Dim1,Dim2;
After this in the table box plot only Dimension and mesaure from SalesAnalysis table
Year, Month, Sales_Measure
Is there any kind of context to this question that could help us provide more helpful answers?
No. Expression is the essence of a chart. At the very least you can create, for example, a straight table with a meaningless expression for example 1, or 0, or blank text '' - but at least some expression.
Table box is not a chart.