வகை பதிவுகள்: தரவு பார்வை வலை பகுதி

ஒரு WSS KPI கட்டமைப்பு ஒரு தரவை வலை பகுதி தேதிகள் ஒப்பிட்டு

குறிப்பு: this was first posted at www.endusersharepoint.com இங்கே: HTTP://www.endusersharepoint.com/2009/11/02/comparing-dates-in-a-data-view-web-part-to-build-a-wss-kpi-in-sharepoint/.

This is yet another blog post on comparing dates in XSL in a data view web part in SharePoint.

This is my scenario:

  • I have a custom list.
  • The business purpose of the list is to support the idea of a new employee and his/her tasks to be completed within 7 days of starting the job.
  • They are in a “warning zone” after 4 days if they have not completed these tasks.
  • I want to create a simple dashboard that shows green when they have either completed the task or if they have more than 4 days to complete it.
  • I want the dashboard to show yellow if they are in the warning zone.
  • I want to to show red if they have not completed the task after the due date.

I borrowed from இந்த கட்டுரை இல் Marc Anderson’s வலைப்பதிவு (http://mdasblog.wordpress.com/2008/02/19/comparing-dates-in-sharepoint-using-xsl/) to get the comparison logic and இந்த கட்டுரை இல் www.endusersharepoint.com for the basic ideas behind the dashboard (http://www.endusersharepoint.com/2008/12/09/visual-indicators-for-the-masses-kpis-in-wss/) written by Toni Frankola.

You should read the supporting blogs, but the implementation goes like this:

  1. ஒரு உள்ளடக்க வகை உருவாக்க (பத்திகள் + CT)
  2. Create a custom list and associate it with the content type.
  3. Create a web part page.
  4. Add the custom list to the web part page.
  5. Open up the page in SPD.
  6. Convert the list to a DVWP.
  7. Modify the XSL to generate the dashboard bits.

I have two dates: a warning date and a due date. To compare the dates, my xsl does the following:

 
 <XSL:தேர்வு>
 
 <!-- When both handbook and policy are signed, we are green regardless of dates. -->
 <XSL:எப்போது சோதனை="@Employee_x0020_Handbook_x003F_ = 1 and @Security_x0020_Policies = 1">
 <நன்றி src="/_layouts/images/KPIDefault-0.GIF" வயதான="No problems"/>
 <ஒரு படம்="/HumanResources/Lists/New Employee Checklist/EditForm.aspx?ID={@ ஐடி}&ஆம்ப்;Source=/HumanResources/Shared Documents/New Hire Dashboard.aspx"> [Edit]</ஒரு>
 </XSL:எப்போது>
 
 <!-- Show amber indicator if we're past the warning date. -->
 <XSL:எப்போது சோதனை="ddwrt:FormatDateTime(மாலை(ddwrt:இன்று()), 1033, 'yyyyMMdd') &ஜிடி;= ddwrt:FormatDateTime(மாலை(@TaskDueDate), 1033, 'yyyyMMdd')">
 <நன்றி src="/_layouts/images/KPIDefault-2.GIF" வயதான="Overdue"/>
 <ஒரு பாணி="border: 0px" படம்="/HumanResources/Lists/New Employee Checklist/EditForm.aspx?ID={@ ஐடி}&ஆம்ப்;Source=/HumanResources/Shared Documents/New Hire Dashboard.aspx"> [Edit]</ஒரு>
 </XSL:எப்போது>
 
 <!-- Show red indicator if we're passed the due date. -->
 <XSL:எப்போது சோதனை="ddwrt:FormatDateTime(மாலை(ddwrt:இன்று()), 1033, 'yyyyMMdd') &ஜிடி;= ddwrt:FormatDateTime(மாலை(@Warning_x0020_Date), 1033, 'yyyyMMdd')">
 <நன்றி src="/_layouts/images/KPIDefault-1.GIF" வயதான="Warning"/> 
 <ஒரு படம்="/HumanResources/Lists/New Employee Checklist/EditForm.aspx?ID={@ ஐடி}&ஆம்ப்;Source=/HumanResources/Shared Documents/New Hire Dashboard.aspx"> [Edit]</ஒரு>
 </XSL:எப்போது>
 
 <!-- If we get here, we're earlier than the warning date, so we're green. -->
 <XSL:இல்லையெனில்>
 <நன்றி src="/_layouts/images/KPIDefault-0.GIF" வயதான="No problems"/>
 <ஒரு படம்="/HumanResources/Lists/New Employee Checklist/EditForm.aspx?ID={@ ஐடி}&ஆம்ப்;Source=/HumanResources/Shared Documents/New Hire Dashboard.aspx"> [Edit]</ஒரு>
 </XSL:இல்லையெனில்>
 
 </XSL:தேர்வு>

A few key points from above:

  • I tried to compare dates without using the ddwrt functionality and got nowhere. I still don’t understand that. They dates displayed correctly, but both “>” and “<” comparisons always failed. முடிவில், ddwrt came to my rescue (நன்றி, மறுபடி, மருந்து ஆக்கலின் வண்டல்).
  • I’m also displaying an [Edit] link to the item. I mainly did this so that I could easily test this out. The link itself may be useful to someone trying to figure it out.
  • This is implemented in SharePoint online and works nicely.
  • The images I reference in the _layouts directory (/_layouts/images/KPI…) are available out of the box in my environment so they are probably available for you as well.

Here’s a screen shot of what it looks like for me:

image

</இறுதியில்>

என்னுடைய குழுசேர்.

மணிக்கு ட்விட்டரில் என்னை பின் http://www.twitter.com/pagalvin

விரைவான மற்றும் எளிதான: ஒரு தரவை வலை பகுதி உருவாக்க (DVWP)

WSS பெரிய தகவல்களை ஒரு சொத்து உள்ளது 3.0 தரவு பார்வை வலை பகுதி (DVWP) on the web from several sources. எனினும், I found it to be surprisingly difficult to find information on this first very basic step. Here is another article in the "quick and easy" அதை நிவர்த்தி செய்ய தொடர்.

ஒரு தரவு பார்வை வலை பகுதியாக உருவாக்க இந்த வழிமுறைகளை பின்பற்றவும் (DVWP). They are based on an "Announcements" வலை பகுதி, ஆனால் பெரும்பாலான பட்டியல்களை விண்ணப்பிக்க.

  1. ஒரு அறிவித்தல்கள் வலை பகுதியாக உருவாக்க ஒரு தளம் சேர்க்கவும்.
  2. ஷேர்பாயிண்ட் டிசைனர் தளம் திறக்க.
  3. தளத்தின் default.aspx திறக்க.
  4. Select the Announcements web part and right-click.
  5. சூழல் மெனுவில், select "Convert to XSஉருக்குT Data View".

ஷேர்பாயிண்ட் டிசைனர் இந்த தளம் இப்போது அதன் தளம் வரையறை இருந்து அமைத்துக்கொள்ள என்று நீங்கள் தெரிவிக்கிறது. என்று அவசியமில்லை மோசமில்லை, ஆனால் முக்கியமான தாக்கங்கள் உள்ளன (செயல்திறன், மேம்படுத்தவும், மற்றவர்கள்) which are beyond the scope of this little "Quick and Easy" நுழைவு. To get more information on this subject, நான் புத்தகங்களை இரண்டு பரிந்துரைக்கிறோம் இங்கே அதே போல் உங்களுக்கு பிடித்த இணைய தேடல்.

நீங்கள் சரியாக செய்யவில்லை என்று உறுதி:

  1. வலை உலாவியை மூடி, மீண்டும் திறக்க (to avoid accidentally re-posting the original "add a new web part").
  2. Select the web part’s arrow drop-down and choose "Modify Shared Web Part" மெனுவிலிருந்து.
  3. கருவி குழு வலது திறக்கிறது.
  4. குழு அதன் வழக்கமான தொகுப்பு விருப்பங்கள் இந்த மாற்றப்பட்டு:
படம்