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

Create Two multibox independently

Hi,

I have a question,

I want to create 2 multi box object with the same field (let's say my field name is Product)

Each multi box only choose one value and not related to another multi box.

So if i want to choose two product (lets say product A and product B), i must choose A in first multi box, and choose B in second multi box. The 1st and 2nd multi box must be independent

Is it possible to make it ?

Looking forward for your great idea. thanks in advance

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

Use Alternate states from Document Properties.

Add Alt state and give it a name. Use this name in one of the Multibox -> Properties -> Capture.PNGAlt State dropdown.

View solution in original post

5 Replies
vishsaggi
Champion III
Champion III

Use Alternate states from Document Properties.

Add Alt state and give it a name. Use this name in one of the Multibox -> Properties -> Capture.PNGAlt State dropdown.

Not applicable
Author

Hi,

Use different alternate state in two multi boxes.

To create alternate state :- Settings-> Document Properties-> General Tab-> Alternate States Button-> Add Alternate state with any name.

And set those Alternate states in Multi box Properties.

Thanks!

VishalWaghole
Specialist II
Specialist II

Hi,

PFA attached test application and images.

Capture.JPG

Use created state in list box, refer attached below image.

Capture.JPG

Regards,

Vishal Waghole

Anonymous
Not applicable
Author

Hi,

Thanks for your idea.

But i still confuse how to get the value from the selection ?

Thanks in advance.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

If you use the options given above then you will have to use the Set. And your expression should be like below.

sum({[Group 1]<Product= $::Product>} Sales)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!