Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
I have three Inline table (employee, country , salary). I place these 3 fields in list boxes. 1st tab/sheet = Employee (list box), 2nd tab/sheet = Country(list box) , 3rd tab/sheet salary (list box ) , I also added three text box with clear all Action option in all three tabs.
Now the issue is I don't want to clear all the selections in the entire document.
What I want is when I click on the clear(text box) in 1st tab it should only clear the selections made in Employee , it should not clear the selections made in country and salary list boxes present in the other tabs/sheets.
Thanks,
instead of "Clear All" please use "Clear Field"
Peter
But field will clear only one field , I need to clear all the selections made in list box.
basically i need to clear selection of a table not field . Employee is a table which is in a list box, but at the same time the selections made in other tables should be as it is.
So you wish to clear all selections in the tab Employee, but keep the selections in tab "Country"?
If so - create/replace a bookmark, clears all selections. When changing to another tab apply the bookmark
Else please post an example
I don't think bookmark is appropriate in my case.
tab/sheet 1 tab/sheet 2 tab/sheet 3
_____ ______ ______
|Clear| |Clear| |Clear|
Employee(this is a list box) Country Salary
| abcd | | US | | 10000 |
| efgh | | UK | | 20000 |
| ijkl | | AUS | | 3000 |
| mnop | | GER | | 4000 |
Employee , country , salary are inline tables
Now lets go to tab/sheet 2 which have COUNTRY list box and select AUS and GER , then go to tab/sheet 3 and select 3000 and 10000 .
now when i hit clear in the tab/sheet 3 tab it should clear the selections made in salary table, but when we switch back to tab/sheet 2 the selections made in COUNTRY list box must be the same i,e AUS and GER. '
In short I need Object based clear option. in my case the object is list box.
Please do comment if you didn't understand anything
Thanks.
not sure, whether you followed the suggestion for the bookmark ...
anyhow, find example attached
Hi,
The data which you have shared is associated to each other. So when you clear one particular field, automatically it will clear other fields which are associated .