beavis Posted February 20, 2007 Posted February 20, 2007 I have a data entry layout with a field that contains 10 checkboxes and I have another layout for printing. However, I don't want the print layout to actually print checked boxes, so I change the format to edit box. But... ... each checked box, when switched to edit box will print on a separate vertical line as in checkbox1 checkbox2 checkbox3, etc. This really limits my layout set up. I would rather the checkbox data print horizontally as in checkbox1, checkbox2, checkbox3, etc. Is this possible?
Raybaudi Posted February 20, 2007 Posted February 20, 2007 Hi try to show instead a calculation field with this calc: Let( string = Substitute (FilterValues ( ValueListItems ( Get (FileName) ; "YourCheckboxList" ) ; YourCheckboxfield ) ; ¶ ; ", " ); Left ( string ; Length ( string ) - 1) )
beavis Posted February 20, 2007 Author Posted February 20, 2007 Thank you!!! That's a great solution.
Recommended Posts
This topic is 6477 days old. Please don't post here. Open a new topic instead.
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