Designing time Sheet grid a like web User control using Repeater - repeater

I want to building the time sheet grid a like web user control using Repeater controls
Layout is like this
Activty code | Activity Name | 16th Mar 2009|17th Mar 2009|.....n
101 Activity1 10 hours 10 hours...... n
Note here column is n columns will be decided based on application setting.
Can any one help me in doing this type of Web user control using Repeater controls.

Check out this.

Related

Changing panel time for splunk dashboard studio irrespective of the global timing

Working over grid layout in splunk studio to created a dashboard, could not look for a way where we can customize the panel timing irrespective of the global duration of the dashboard.
For instance, if I want a panel to be showing data for last 15min but the global time remain fixed at 24 hours is it possible?
What is preventing you from having a panel whose search includes an earliest=-24h clause?
eg the search might look like:
index=ndx sourcetype=srctp earliest=-24h
<rest of search>

Buttons for SharePoint list filter

I have a SharePoint list with 100k+ records with the following fields:
Market (about 10 different choices);
Market Unit (about 10 Market Units per each Market);
Project (there could be a lot of them).
In order for a user to find a project they first need to filter by Market, then by Market Unit, etc. and this is a painful exercise for such a large list.
Is it possible instead to create a SharePoint Page where I can add 10 buttons for Markets, then dynamically add buttons for Market Units and connect these buttons to the SharePoint list to get it filtered when a button is pressed? Did anyone come across any similar solution?
Or, maybe another option would be to create a lot of different Views for the List and create some buttons so when a user clicks on a button a view of the list is changed?

How to put a randomly choice option in Django?

I am writing a web application in Python, using Django. I do have a drop down list of 12 items. With a current functionality, I can choose an item one by one, however, I would like to put an option which selects randomly the items in the interval of [1,12].
For example, by choosing the number 6 in the box, I can have 6 randomly chosen items.
any help, hint will be appreciated a lot! thank you.

How to display more than 5000 items in a document library on sharepoint online?

I have a document library which consists of more than 13000 items with some folder structure.I need to display more then 5000 items.I am trying to display using custom view using index (Id) but I am unable display more than 5000 items(may be problem with index because some of the items are deleted). Can we achieve this ?
in sharepoint online you can't change the list view threshold, by defaults its of 5000. But...
You can create a view in your list. Set a filter on the view to filter the data so the total number of items displayed in the view is less than the threshold, based on that filter.
Then you can query the view.
Regards

Issue in Calendar List Sp2013

Event in calendar list in sp2013 is showing one day off the date entered after creation of event. This text in blue (attachment) is calculated colenter image description hereumn "=[Leader Level]&"-"&[Investigator Location]&"-"&TEXT([Start Date],"mm/dd/yyyy")" but it is not taking start date as entered instead it is showing one day off that day.
check your user profile settings. Right above the screen, click your name, about me. You can define your locale there which is used throughout the web application.
Check if your time and date settings are correct under 'Language and region'. Specify 'always use my personal settings'. If it helps, then your locale is wrong within the site settings.
Hope this helps