Sapui5 - How to make Group Header clickable in the list after I have grouped the data using the personalization dialog - sapui5

I am working with Sap.m.table. I have a personalization dialog in which I have group by feature in the personalizaton dialog.
My requirement is that, after I have grouped the list based on the certain property. After that I need to make group headers which appear in the list to be clickable. or I want some kind of press event on the group headers in the list.

Related

Tableau - keeping a sheet static in dashboard

I have 4 sheets that are put up in the tableau dashboard.
Sheet 1: Total no. Of user IDs (population). Text
Sheet 2: total user ids based on selection in sheet 3 and sheet 4.
Sheet 3 & 4: Bar graph of user ids based on company and vendor. Both the sheets are "use as filter"
Sheet 1 has to be static in the dashboard whether we select any filter or when we select any bar on sheet 3 and 4.
Now the issue is when I select any bar on the sheet 3 and 4 both sheet 1 and 2 shows same count.
I have removed all filters from population sheet.
I tried to even ignore action in sheet1, it's still not working
What I want now is what ever the selection is , sheet 1 in the dashboard should be static. Please help.
Regards, Sajan
Try this;
Check the filters on all the sheets to see if they are set to filter the Data Source, set them, to your preferences.
If you can (watch out for sensitive data) upload your sheet to Tableau public, it'll be easier to find your bottleneck.
What's happening is called an automatically generated action. When you click "use as filter" on a sheet on your dashboard, you're creating an action that affects all other items on that dashboard. Go to the Dashboard, then click on the dashboard menu at the top of the screen, then click "Actions..."
You should see the filter that you created there. Select the action, then click "edit".
You should now see something similar to the below picture. What you need to do for each action (you should have two, one from each sheet that is being used as a filter) is uncheck the static sheet on the list of Target Sheets on the bottom half of the Edit Filter Action dialogue box.
This will prevent anything happening to the static sheet (in this case, "Count of Employee Transactions") when you click on the sheets being used as filters.

sharepoint online, set edit item view as default instead new item view

I am working in a small SharePoint project to let school students pre-order the lunch online.
the main idea is the student can login to a school site, fill an order form.
I try use a list form to do it, just simply put a InfoPath form as web part on the home page.
When students open the site, he can fill the order form directly.
but the problem is the default view of this web part is always the new item form. so when a student already make the order, then login to site again,
how can I let him see his order and edit it instead a new order form.
another way may be use the form library, but i don't know how can i transfer the filed from the form to a list. because at last we still need a list instead a bunch of documents to get the summary of order.
Thank you for help.
Perhaps you can use a custom list and show that on the homepage?
A 'custom list' by default only has a title column but by adding more columns through the list settings you automatically add form fields on its new item form.
Since you are creating an order form you might want to hide the title column. Go to the settings of the list, then advanced settings, allow editing of content types. Then back in the list settings click the 'item' content type, then the title column then click the radio button for hidden.

Wordpress - Show Portfolio Categories

I'm working with a WordPress website and a client wants to show a list of categories in the footer. Unfortunately, it is showing as empty because he has no posts and has set the categories to portfolio items which he wants people to be able to click to.
So, how do I show the portfolio categories in the widget rather than the post categories?
Thanks,
Jack
Probably the easiest way I can think of to get the result that you want without having to resort to changing any Theme Files would be this:
Log into your Wordpress Dashboard
Navigate to Appearance->Menus
Create a new Menu, and (if applicable) enable the Custom Taxonomies for your menu by clicking on Screen Options (top right-hand corner of the page) and ticking your Portfolio's Custom Categories and/or Custom Post Types
Once all of the items you want is in your Custom Menu, save it.
Navigate to Appearance->Widgets
Add the Custom Menu Widget to the sidebar in which you would like your items to appear
Select the Custom Menu you just created, and Save
When dealing with Premium Themes, it would always be safest to stay out of their code and avoid changing anything altogether, so try this approach first. Otherwise, you may have to get your hands dirty and alter some code or contact the Theme Developer.

Display Additional Form on Update - RadGrid

I'm using a RadGrid for changing record status's. Users have the ability to select a status from a dropdown and update that record with that status. Depending on the status chosen, when the user clicks update I want to popup an additional form so the user can fill out more data required for the update. I'm not sure the best way to go about implementing this. Any suggestions are appreciated.
One way is to use the RadWindow like a modal and pop it up to the user via client-side JavaScript. We use RadWindows in our applications and it works. Or, the RadWindow supports a Nested Grid or View that you can have as a record's child; so you can have the master record, click on the arrow on the left and expand the record to view a nested grid of data, or a custom view (via the NestedViewTemplate property). You can also have the form in a DIV, hide it, then show it via JavaScript too.
Those are two ways.
HTH.

Sharepoint: Only view user created items in a custom list

I have Sharepoint 2007 Standard and am using a Custom List to create a simple form. I only want all the users to view thier own created items in the list.
If you go to your lists settings, scroll right down to the bottom and create a view, in the view you will find a section called "filter" select "Created By" is equal to "[Me]"
A better solution is to go into list settings/advanced settings and set the item level permissions. If you just change the view someone could still access the item through another channel.