Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i select two selection in list box by using "Andmode" as given below? with out holding keyboard?
I just found this:
Change the style of your list box.
Hi arul,
Please find my attachment files
Hi Mahesh,
Please go to Document properties - Sheet option- Select a list box- go to its properties and check whether and mode is checked.
If an option for and mode is disabled, you need to create and mode table.
for reference: And-Mode: How to enable AND and NOT selections with Green, White, Grey...and Red!
In the presentation tab ----> change the "Selection Style Override" to "LED Check boxes".
Hi Varsha,
I done that , one box is showing green color,second one is showing red color.I think that is not a correct way.
Regards
Hi, I check that these is no "And mode" option. how can i create mode table.
Regards
like this?
Yes
try this
T1:
LOAD Employee,
Manager,
LOB,
Amount
FROM
(ooxml, embedded labels, table is Sheet1);
T2:
load Distinct
LOB ,
Employee as employees
Resident T1;
enable and mode in properties
Hi,
When i am taking Employee field it's working. if i take LOB field its nor working Why any issue is there.
Regards