robert fuschetto Posted April 13, 2021 Posted April 13, 2021 So I created this little report but note the height of the Traffic Light is a little taller than the surrounding columns. Why How do I fix this I played around on the Appearance tab to no avail. Must I do something in the code image.png770181 6.59 KB image.png310713 10.5 KB
Martin Yergeau Posted April 13, 2021 Posted April 13, 2021 Seems that is the TITLE (or ACROSSTITLE) attributes not the DATA attributes that you may have to adjust TYPE=TITLE, COLUMN=6,
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 can that be done in the GUI If not where do I stick this: TYPE=DATA TYPE=TITLE, COLUMN=6, or before the TYPE =DATE
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 wait, do you mean try to shrink just that title I used the GUI to Ctrl+CLick all titleswhy did that not work
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 in fact I see thisso why is col 6 taller TYPE=TITLE, COLUMN=N4, SIZE=10, COLOR=WHITE, BACKCOLOR=NAVY, $ TYPE=TITLE, COLUMN=N6, BORDER-RIGHT=OFF, SIZE=10, BACKCOLOR=NAVY, $ TYPE=TITLE, COLUMN=N7, BORDER-RIGHT=MEDIUM, SIZE=10, COLOR=WHITE, BACKCOLOR=NAVY,
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 TYPE=TABHEADING, LINE=5, OBJECT=TEXT, ITEM=2, SIZE=8, BACKCOLOR=RGB(205 205 205), $ TYPE=TABHEADING, LINE=5, OBJECT=FIELD, ITEM=1, SIZE=8, $ TYPE=TABHEADING, LINE=6, OBJECT=TEXT, ITEM=1, SIZE=8, $ TYPE=TABHEADING, LINE=6, OBJECT=TEXT, ITEM=2, SIZE=8, BACKCOLOR=RGB(205 205 205), $
Martin Yergeau Posted April 13, 2021 Posted April 13, 2021 I rather thing that its because for COLUMN=6 you dont have the same formatting than others Try first to remove any styling to your TITLEs (even DATA) then add them one by one and see which one creates the taller effect
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 It was the darn Borders! If I comment them out it works. I had copied this code from elsewhere where the background was clear was I did not want bordersstill why would that make difference! TYPE=DATA, COLUMN=N6, -* BORDER-TOP=OFF, -* BORDER-BOTTOM=OFF, -* BORDER-LEFT=OFF, -* BORDER-RIGHT=OFF, FONT=WINGDINGS, SIZE=10, COLOR=RGB(245 220 40), JUSTIFY=CENTER, $
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 so I am goodexcept I added Column 6column 1 had a drill downI can see the drill down in the code but no longet in the GUIthey need to clean this stuff upmake everything work in the GUI!
Martin Yergeau Posted April 13, 2021 Posted April 13, 2021 At the moment you play with borders, they should be (at least top/bottom ones) all the same otherwise it creates an un-aligned effect as you experienced Good luck for the next steps
robert fuschetto Posted April 13, 2021 Author Posted April 13, 2021 BUGS!!! and my drill down seems to work if I run the html pagebut not the fex by itselfweirdanyway I calling this one done! Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now