Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ajaykumar1
Creator III
Creator III

Bar chart display help

Hi All,

I have one dimension and 2 expressions(Amount and Quantity) in the Bar Chart.When am put mouse over one bar one(Amount) its showing the text and values of expressions.

I dont want to show the second bar in the chart(Quantity) and But i want to display text and value of both expressions when i made the mouse over.

Please find the same in the attachments.

I hope your understanding the requirement.

Thanks,

Ajay

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Ajay its simple

Dimension

Item

Expession1

Sum(Sales)

Expression2

='QTY= '&sum(Qty)

For expression 2 unchecked bar and check text as popup

Have a look at attached image.

Regards

ASHFAQ

View solution in original post

8 Replies
senpradip007
Specialist III
Specialist III

Checked the Text as Pop-up in Expressions tab on both the expressions.

ajaykumar1
Creator III
Creator III
Author

Thanks Pradeep.But that is working only when we have two expressions.

I want only one expression and but that second expression result have to show in the mouse over.

Ajay

ashfaq_haseeb
Champion III
Champion III

Like this

Regards

ASHFAQ

ajaykumar1
Creator III
Creator III
Author

Thanks Ashfaq...Please explain how you made.

Ajay

senpradip007
Specialist III
Specialist III

You can just use second expression as "Text as Pop-up" after unchecked the "Bar" option.

ashfaq_haseeb
Champion III
Champion III

Hi,

Ajay its simple

Dimension

Item

Expession1

Sum(Sales)

Expression2

='QTY= '&sum(Qty)

For expression 2 unchecked bar and check text as popup

Have a look at attached image.

Regards

ASHFAQ

ajaykumar1
Creator III
Creator III
Author

Thanks Ashfaq.Its simple after known.

Regards,

Ajay

ashfaq_haseeb
Champion III
Champion III

Welcome

Regards

ASHFAQ