Jump to content

Printing checkbox fields


beavis

This topic is 6246 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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)

)

Link to comment
Share on other sites

This topic is 6246 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.