RE: one more tweak to the bar chart legend
- From: Jeff <Jeff@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 8 Aug 2008 14:12:00 -0700
Thanks Karl-
I tried inserting the Chr(13) & Chr(10) in place of the &"-"& in my row
source and the bar chart legend text is still on the same single line below
the bars instead of two lines... just a space a couple of characters wide "
" instead if the "-"
I also played around with decreasing the font size from a bold 8.5 to a 6
normal but this did not make a difference other than the text was smaller and
not as thick...
is there something else that I need to set up on the chart itself for these
to display as two lines?
"KARL DEWEY" wrote:
([Assembly Number] & Chr(13) & Chr(10) & Left([IDESC],10)) AS Expr1,.
--
KARL DEWEY
Build a little - Test a little
"Jeff" wrote:
thank you Karl Dewey for helping me combine two fields in a bar chart legend,
but is there any way to insert a new line instead of a hypen seperationg
these two fields so that the part number is on one line under the bar and the
description is on another line?
I am finding that it is great to have this info but the bar chart is getting
squished or the fields are getting cut off.
thanks
---------------------------
SELECT TOP 10 ([Assembly Number] &"-"& Left([IDESC],10)) AS Expr1,
(Sum([Pass Quantity])/(Sum([Pass Quantity])+Sum([Fail Quantity]))*100) AS
[FPY by Operation] FROM [metrics problem qry] GROUP BY ([Assembly Number]
&"-"& Left([IDESC],10)) HAVING (((Sum([metrics problem qry].[Pass
Quantity]))>0)) ORDER BY ((Sum([Pass Quantity])/(Sum([Pass Quantity])+
Sum([Fail Quantity]))*100)), ([Assembly Number] &"-"& Left([IDESC],10));
- Follow-Ups:
- RE: one more tweak to the bar chart legend
- From: KARL DEWEY
- RE: one more tweak to the bar chart legend
- References:
- one more tweak to the bar chart legend
- From: Jeff
- RE: one more tweak to the bar chart legend
- From: KARL DEWEY
- one more tweak to the bar chart legend
- Prev by Date: RE: Help with #error in adding a field to a report
- Next by Date: Re: Help with an Expression
- Previous by thread: RE: one more tweak to the bar chart legend
- Next by thread: RE: one more tweak to the bar chart legend
- Index(es):
Relevant Pages
|