Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Layout

i have two expression in my combo chart, sales and count of sales man in bar and line chart respectively.

when i enable text as pop up it shows sales Period =Mar-2015

                                                                      sales=20

                                                                        11

but i want to show

Period =Mar-2015

sales=20

salesman=  11

how to achive this??if i add 'Sales man' & count(salesman) in line chart expression, line chart disappers

3 Replies
gautik92
Specialist III
Specialist III

can you post the sample qvw file

sunny_talwar

May be try this:

=Dual('Sales man' & Count(salesman), Count(salesman))

jonathandienst
Partner - Champion III
Partner - Champion III

Create another expression, uncheck the bar, line and symbol options. The expression should return the label you need as text. Enable popups for this expression and disable popups for the other expression(s).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein