Dynamic Dropdown in oracle forms - oracle

I have two Items where one is check box and other is a drop-down item. If the the check box is 'Y' i need the drop-down to display all other options where 'NA' is a default value of that drop-down.
I have created a Record group which selects all these combination of values but i don't get the option to link it when i select list item in the property for that new drop-down items, i can make use of this Record Group if i am doing it for List Of Values but i need it for drop-down.

Related

Material UI Data grid optional values in menu list

I'm trying to display custom values in a menu. When a column is sortable it will automatically add in a menu list
Unsort
Sort by ASC
Sort by DESC
Filter
I want to hide those values in the menu and leave only Filter. Going through the material ui documentation but couldn't find any solution to that. I still want the column to be sortable but don't display the related items to sorting in the menu.

Not showing List of Values Field in my Oracle Apex form

There is no option of List of Values between Validation And link field. I want to create LOV in Particular column
There won't be any unless you modify item type to one that actually contains list of values, such as
Select List
Popup LoV
Shuttle item

chain populating select with woocommerce

My special form has two select boxes. I got the first one populate with options from a product categories
What I'm trying to achieve next is the following:
By selecting one of the category from first pre-populated box - the second box gets populated with sub categories for selected category on what option was selected in the first box.
and By selecting one of the category from second box - the third box gets populated with for The product belongs to that subcategory.

How to group by row in SSRS?

I am new to SSRS Reporting.
I want to group items by "ChallanNumber", but I also want to show all details of that challan and it's child challan.
You would create a table with your detail records showing all the records from all groups, then right click on the row selector (or click the drop down under Row Groups) and Add Group-->Parent Group. For the Group By, select your challan field and check the Add Group Header box to add the extra line for the group.
The group will be created but with a new left column that you may not want. You can delete the new column. Add the fields you want to your new group header line.

When Dependant column in DatagridView then how to filter the data because privious selected items are disappear

In my datagridview there are two dependent columns, one is category and the other is items. So I want to filter my item column list as per selected category.
But the problem is that when I change the category wise data to datasource of items combobox, previous selected items names disappear because previous items is not in current datasource.
So what is correct solution of such problem.
Filter columns with a Dataview: http://msdn.microsoft.com/en-us/library/system.data.dataview.aspx
Depending on input validation and what not, you can update the DataSource after an edit operation.

Resources