Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

is there any chart with out expression?

is there any chart with out expression?

17 Replies
ashfaq_haseeb
Champion III
Champion III

Guage chart

Regards

ASHFAQ

its_anandrjs
Champion III
Champion III

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.

MayilVahanan

Hi

Try with table box. There is no expression. But you can add any number of fields displayed in it.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
senpradip007
Specialist III
Specialist III

Hi Ashfaq.

Gauge chart is designed without dimenssions, not expressions. Try Table Box without expressions.

Not applicable
Author

Without Expression ?

ashfaq_haseeb
Champion III
Champion III

Sorry I thought dimension.

Regards

ASHFAQ

its_anandrjs
Champion III
Champion III

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

Not applicable
Author

Is there any kind of context to this question that could help us provide more helpful answers?

Anonymous
Not applicable
Author

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.