వర్గం ఆర్కైవ్స్: SharePoint అభివృద్ధి

ItemStyle.xsl కు బ్రేకింగ్ మార్పులు జాగ్రత్త

నేను భోజనం సమయం గురించి ఒక కంటెంట్ ప్రశ్న వెబ్ పార్ట్ మరియు కుడి యొక్క రూపాన్ని అనుకూలీకరించగలరు ItemStyle.xsl తో పని, I made a breaking change to the xsl. I didn’t realize it, but this had far reaching effects throughout the site collection. I went off to lunch and upon my return, స్థలాలు ఒక సమూహం లో ఈ సందేశం గమనించి:

ఈ వెబ్ పార్ట్ ప్రదర్శించడం సాధ్యం కాలేదు. సమస్య పరిష్కరించడానికి, Microsoft ఆఫీసు SharePoint డిజైనర్ వంటి ఒక Windows SharePoint సేవలు అనుకూల HTML ఎడిటర్ ఈ వెబ్ పేజీని తెరిచేందుకు. సమస్య కొనసాగితే, మీ వెబ్ సర్వర్ నిర్వాహకుడిని సంప్రదించండి.

నేను క్లయింట్ కారణమని (ఈ సమయంలో నా తప్పు అని ఇంకా గుర్తించలేదు) but eventually noticed that visual studio intellisense was warning me that I had malformed XSL. I corrected it and everything started working.

ItemStyle.xsl పనిచేసేటప్పుడు darned జాగ్రత్తగా ఉండండి (మరియు ప్రపంచ XSL ఫైళ్లు ఏ) — వాటిని ధ్వంసం సైట్ సేకరణ అనేక కళాఖండాల ప్రభావితం.

<ముగింపు />

ఒక గ్రిడ్లో కంటెంట్ ప్రశ్న వెబ్ పార్ట్ ఫలితాలను ప్రదర్శించడానికి / టేబుల్

ఓవర్వ్యూ అండ్ ఆబ్జెక్టివ్

అవుట్ ఆఫ్ ది బాక్స్, MOSS’ కంటెంట్ ప్రశ్న వెబ్ పార్ట్ (CQWP) ఒక జాబితా రూపంలో దాని ఫలితాలను చూపిస్తుంది, similar to search results. It is also possible to display the results in a grid format (ఉదా. HTML పట్టిక ఫార్మాట్). Grid formats are better in some circumstances. I describe how to achieve that effect in this article.

వ్యాపారం దృశ్య

I have worked with a client on an enterprise-wide MOSS rollout. We have designed their taxonomy such that projects are first class citizens in the hierarchy and have their own top level site. Project managers maintain a singleton list of project summary information, శీర్షిక వంటి, బడ్జెట్, పూర్తి కాగలదనే, remaining budget and other summary type fields. By "singleton" I mean a custom SharePoint list guaranteed to contain only one item. Simplistically, ఈ అనిపిస్తోంది:

ప్రతిమ

వివరించినట్లు సాంకేతిక విధానం మాదిరిగానే ఉంటుంది ఇక్కడ (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!447.entry). The CQWP uses an XSL transform to emit HTML for the browser to render.

I always envision the result before diving into the XSL because XSL is a nightmare. Here’s my desired result:

ప్రతిమ

ఈ వంటి HTML ఫలితంగా ఉత్పత్తి:

<html>
 <శరీరం>
 <సెంటర్>
 <పట్టిక అంచు= 1>

<!-- Labels ->
 <tr bgcolor= నీలం>
 <td><ఫాంట్ రంగు= తెలుపు><బి>ప్రాజెక్ట్ పేరు</బి></ఫాంట్></td>
 <td నిలబెట్టు= కుడి><ఫాంట్ రంగు= తెలుపు><బి>తేదీ పూర్తి</బి></ఫాంట్></td>
 <td నిలబెట్టు= కుడి><ఫాంట్ రంగు= తెలుపు><బి>బడ్జెట్</బి></ఫాంట్></td>
 <td నిలబెట్టు= కుడి><ఫాంట్ రంగు= తెలుపు><బి>అసలు ఖర్చు</బి></ఫాంట్></td>
 <td><ఫాంట్ రంగు= తెలుపు><బి>మొత్తం స్థితి</బి></ఫాంట్></td>
 </tr>

<tr>
 <td>Re-వైర్ కంప్యూటర్ గది.</td>
 <td నిలబెట్టు= కుడి>02/01/08</td>
 <td నిలబెట్టు= కుడి>22,500.00</td>
 <td నిలబెట్టు= కుడి>19,000.00</td>
 <td>ప్రోగ్రెస్ లో</td>
 </tr>

<tr>
 <td>SQL అప్గ్రేడ్ ఏర్పాటు సర్వర్లు</td>
 <td నిలబెట్టు= కుడి>04/01/08</td>
 <td నిలబెట్టు= కుడి>7,500.00</td>
 <td నిలబెట్టు= కుడి>0.00</td>
 <td>ప్రణాళిక</td>
 </tr>

</పట్టిక>
 </సెంటర్>
 </శరీరం>
</html>

విధానం

గ్రిడ్ సృష్టించడానికి ఈ దశలను అనుసరించండి:

  1. గ్రిడ్ భాగాలను గుర్తించండి (వరుసలు / నిలువరుసలను).
  2. అవసరమైన సైట్ నిలువు నిర్వచించండి మరియు సృష్టించడానికి.
  3. ప్రాజెక్టులు మరియు సింగిల్టన్ జాబితాలు ఉప సైట్లు సృష్టించు.
  4. ఒక వెబ్ పేజీకి CQWP వేసి మీ జాబితాలు శోధించడానికి ఇది కాన్ఫిగర్.
  5. అదనపు నిలువు అప్ సేకరించడానికి CQWP యొక్క XML సవరించు.
  6. ఒక పట్టిక తయారు చేయడానికి XSL సవరించు.

I’m going to concentrate on number six. Numbers one through four are straight-forward and something that any CQWP user has already done. Number five has been well-documented by others including this exhaustive screen-shot laden article from MSDN ఇక్కడ (http://msdn2.microsoft.com/en-us/library/bb897399.aspx) మరియు హీథర్ సాల్మన్ బ్లాగ్ ఇక్కడ (http://www.heathersolomon.com/blog/articles/CustomItemStyle.aspx).

నట్స్ మరియు బోల్ట్స్

దశలను MSDN డాక్యుమెంటేషన్ మరియు హీథర్ సాల్మన్ వ్యాసం ప్రకారం ఐదు ఒకటి ప్రారంభం మరియు అమలు.

ఈ సమయంలో, మీరు పేజీ మీ CQWP జోడించిన మరియు మీరు మీ <CommonViewFields> అవసరమైన వలె కాన్ఫిగర్.

సాధారణ దశలను అనుసరించడం, నేను ఈ మధ్యంతర ఫలితాలను పొందండి:

1. ఒక కంటెంట్ రకాన్ని సృష్టించు, a templatized custom list for that content type and two sites. Here is the content type:

ప్రతిమ

ఇక్కడ సైట్ నిర్మాణం:

ప్రతిమ

2. నా ప్రాజెక్ట్ subsites మరియు సింగిల్టన్ ప్రాజెక్ట్ సారాంశం జాబితాలు సృష్టించిన తరువాత CQWP జోడించు:

ప్రతిమ

3. ద్వారా నేను మీరు అన్ని అదనపు సమాచారాన్ని జోడించండి <CommonViewFields>:

        <ఆస్తి పేరు="CommonViewFields" రకము="తీగ">Project_x0020_Name;Project_x0020_Expenses;Project_x0020_Status;Project_x0020_Start_x0020_Date;Project_x0020_End_x0020_Date;Project_x0020_Budget</ఆస్తి>

నేను ఒక లైన్ లో అన్ని ఆస్తి ఖాళీలను ఉంచాలని ఉంది గమనించండి లేదా అది పని కాదు (CQWP ప్రశ్న ఏ ఐటంలు తిరిగి నాకు తెలియచేయును).

4. ఈ సమయంలో, we’re ready to move beyond the MSDN article and flip on over to Heather Solomon’s article. Follow her steps starting near step #5 మలచుకొనిన సృష్టించడానికి / unghosted version of ItemStyle.xsl. I follow Heather’s advice, అడుగు ద్వారా అప్ 11 మరియు ఈ మధ్యంతర ఫలితాలను పొందండి:

4.1: నా XSL టెంప్లేట్ క్రింది పేరు:

<XSL:template name="Grid" match="Row[@Style=’Grid’]" mode="itemstyle">

నేను కూడా కొద్దిగా ఆమె సూచించారు సవరించండి <XSL:-ప్రతి కోసం …> ఒక జోడించడం ద్వారా <br /> ఒక క్లీనర్ జాబితా అందించడానికి ట్యాగ్:

    <XSL:-ప్రతి కోసం ఎంచుకోండి="@ *">
      పి:<XSL:విలువ యొక్క ఎంచుకోండి="పేరు()" /><br/>
    </XSL:-ప్రతి కోసం>

4.2: నేను వెబ్ భాగం సవరించండి, go to appearance and select my "Grid" శైలి:

ప్రతిమ

మార్పు వర్తించు మరియు ఇక్కడ ఫలితం:

ప్రతిమ

మేము ఖాళీలను మేము కావలసిన పైన నుండి చూడగలరు (ప్రాజెక్ట్ పేరు, ఖర్చు, హోదా, మొదలైనవి) are available for us to use when we emit the HTML. Not only that, but we see the names by which we must reference those columns in the XSL. ఉదాహరణకు, we reference Project Status as "Project_x005F_x0020_Name".

ఈ సమయంలో, మేము హీథర్ యొక్క బ్లాగు నుండి మరియు ఈ రాక్షసుల భుజాల నుండి బయలుదేరి, నేను నా స్వంత కొద్దిగా జోడించండి.

ContentQueryMain.xsl

గుర్తు: రెండు ContentQueryMain.xsl మార్పులతో అలాగే ItemStyle.xsl ఉన్నప్పుడు, మీరు మీ మార్పులను ప్రభావం చూడండి ముందు మీరు తిరిగి సదరు ఫైళ్లను తనిఖీ అవసరం.

గ్రిడ్ తయారీ ప్రయోజనాల కోసం, MOSS uses two different XSL files to produce the results we see from a CQWP. To generate the previous bit of output, we modified ItemStyle.xsl. MOSS actually uses another XSL file, ContentQueryMain.xsl to in conjunction with ItemStyle.xsl to generate its HTML. As its name implies, ContentQueryMain.xsl is the "main" XSL that controls the overall flow of translation. It iterates through all the found items and passes them one by one to templates in ItemStyle.xsl. We’ll modify ItemStyle.xsl to generate the open <పట్టిక> డేటా మొదటి వరుసలో వెలువరించే ముందు ట్యాగ్ మరియు ముగింపు <పట్టిక> tag after emitting the last row. To accomplish this, ContentQueryMain.xsl is modified to pass two parameters to our "grid" ItemStyle.xsl లో టెంప్లేట్, "last row" and "current row". ItemStyle.xsl uses these to conditionally emit the necessary tags.

హీథర్ సాల్మన్ సాంకేతికతను ఉపయోగించి, we locate ContentQueryMain.xsl. It is located in the same place as ItemStyle.xsl. This screen shot should help:

ప్రతిమ

మేము క్రింది మార్పులు అవసరం:

  • ఒక XSL టెంప్లేట్ సవరించు, "CallItemTemplate" that actually invokes our Grid template in ItemStyle.xsl. We will pass two parameters to the Grid template so that it will have the data it needs to conditionally generate opening and closing <పట్టిక> టాగ్లు.
  • Modify another bit of ContentQueryMain.xsl that calls the "CallItemTemplate" to pass it a "LastRow" LastRow మా గ్రిడ్ టెంప్లేట్ వారికి ఉండవచ్చు పారామితి తద్వారా.

Locate the template named "OuterTemplate.CallItemTemplate" స్ట్రింగ్ ద్వారా గుర్తి:

  <XSL:టెంప్లేట్ పేరు="OuterTemplate.CallItemTemplate">

ఈ క్రింది విధంగా మొత్తం టెంప్లేట్ భర్తీ:

  <XSL:టెంప్లేట్ పేరు="OuterTemplate.CallItemTemplate">
    <XSL:PARAM పేరు="CurPosition" />

    <!--
      Add the "LastRow" పారామితి.
      We only use it when the item style pass in is "Grid".
    -->
    <XSL:PARAM పేరు="LastRow" />

    <XSL:ఎంచుకోండి>
      <XSL:ఉన్నప్పుడు పరీక్ష="@ శైలి = 'NewsRollUpItem'">
        <XSL:-టెంప్లేట్లు దరఖాస్తు ఎంచుకోండి="." మోడ్="itemstyle">
          <XSL:తో PARAM పేరు="EditMode" ఎంచుకోండి="$cbq_iseditmode" />
        </XSL:-టెంప్లేట్లు దరఖాస్తు>
      </XSL:ఉన్నప్పుడు>
      <XSL:ఉన్నప్పుడు పరీక్ష="@ శైలి = 'NewsBigItem'">
        <XSL:-టెంప్లేట్లు దరఖాస్తు ఎంచుకోండి="." మోడ్="itemstyle">
          <XSL:తో PARAM పేరు="CurPos" ఎంచుకోండి="$CurPosition" />
        </XSL:-టెంప్లేట్లు దరఖాస్తు>
      </XSL:ఉన్నప్పుడు>
      <XSL:ఉన్నప్పుడు పరీక్ష="@ శైలి = 'NewsCategoryItem'">
        <XSL:-టెంప్లేట్లు దరఖాస్తు ఎంచుకోండి="." మోడ్="itemstyle">
          <XSL:తో PARAM పేరు="CurPos" ఎంచుకోండి="$CurPosition" />
        </XSL:-టెంప్లేట్లు దరఖాస్తు>
      </XSL:ఉన్నప్పుడు>

      <!--
              గ్రిడ్ itemstyle.xsl టెంప్లేట్ ప్రస్తుత స్థానం మరియు lastrow పాస్.
              ItemStyle.xsl ఓపెన్ మరియు ముగింపు విడుదల ఆ ఉపయోగిస్తుంది <పట్టిక> టాగ్లు.
      -->
      <XSL:ఉన్నప్పుడు పరీక్ష="@ శైలి = 'గ్రిడ్'">
        <XSL:-టెంప్లేట్లు దరఖాస్తు ఎంచుకోండి="." మోడ్="itemstyle">
          <XSL:తో PARAM పేరు="CurPos" ఎంచుకోండి="$CurPosition" />
          <XSL:తో PARAM పేరు="చివరి" ఎంచుకోండి="$LastRow" />
        </XSL:-టెంప్లేట్లు దరఖాస్తు>
      </XSL:ఉన్నప్పుడు>

      <XSL:లేకపోతే>
        <XSL:-టెంప్లేట్లు దరఖాస్తు ఎంచుకోండి="." మోడ్="itemstyle">
        </XSL:-టెంప్లేట్లు దరఖాస్తు>
      </XSL:లేకపోతే>
    </XSL:ఎంచుకోండి>
  </XSL:టెంప్లేట్>

వ్యాఖ్యలు మార్పులు ప్రయోజనం వివరించడానికి.

కోర్సు యొక్క, the "OuterTemplate.CallItemTemplate" is itself called from another template. Locate that template by searching for this text string:

<XSL:టెంప్లేట్ పేరు="OuterTemplate.Body">

OuterTemplate.Body సూచనలను స్క్రోలు మరియు LastRow పారామితి ఈ క్రింది ఇన్సర్ట్ (ఇటాలిక్స్ లో ఒక వ్యాఖ్య చూపిన):

<XSL:కాల్ టెంప్లేట్ పేరు="OuterTemplate.CallItemTemplate">
  <XSL:తో PARAM పేరు="CurPosition" ఎంచుకోండి="$CurPosition" />
  <!-- LastRow పారామితి ఇన్సర్ట్. -->
  <XSL:తో PARAM పేరు="LastRow" ఎంచుకోండి="$LastRow"/>
</XSL:కాల్ టెంప్లేట్>

ఈ అన్ని తర్వాత, మేము చివరకు విషయాలు సరిగ్గా మన ItemStyle.xsl విడుదల చేసే ఏర్పాటు <పట్టిక> కుడి ప్రదేశం వద్ద టాగ్లు.

ItemStyle.Xsl

గుర్తు: మళ్ళీ, మీరు ఈ మార్పులను ప్రభావం చూడండి తద్వారా ఏ మార్పులు చేసిన తర్వాత ItemStyle.xsl లో తనిఖీ.

మేము ఇక్కడ రెండు విధులు ఉన్నాయి:

  • Replace the entire Grid template. You can copy/paste from below.
  • Add some mumbo jumbo outside the template definition that enables "formatcurrency" template to work. (మీరు నేను XSL న అతిచిన్న హ్యాండిల్ కలిగి చెప్పవచ్చు).

మొదటి, ItemStyle.xsl పైభాగంలో, ఈ లైనును:

  <!-- మాకు U.S ప్రదర్శించడానికి అనుమతిస్తుంది కొన్ని mumbo జంబో. ద్రవ్యం. -->
  <XSL:దశాంశ ఫార్మాట్ పేరు="సిబ్బంది" అంకెల="D" />

  <XSL:టెంప్లేట్ పేరు="డిఫాల్ట్" మ్యాచ్="*" మోడ్="itemstyle">

నేను ముందు నేరుగా జోడించిన గమనిక <XSL:template name="Default" …> నిర్వచనం.

తర్వాత, go back to our Grid template. Replace the entire Grid template with the code below. It is thoroughly commented, కానీ నాకు ఇమెయిల్ సంకోచించరు లేదా మీరు ప్రశ్నలు ఉంటే నా బ్లాగులో వ్యాఖ్యలు వ్రాయటం లేదు.

  <XSL:టెంప్లేట్ పేరు="దీర్ఘచతురస్రాకారంలో ఏర్పడిన వీధులు" మ్యాచ్="వరుస[@ శైలి = 'గ్రిడ్']" మోడ్="itemstyle">

    <!--
      ContentMain.xsl CurPos మరియు చివరి వెళుతుంది.
      మేము షరతులతో ఓపెన్ మరియు ముగింపు విడుదల ఉపయోగించవచ్చు <పట్టిక> టాగ్లు.
    -->
    <XSL:PARAM పేరు="CurPos" />
    <XSL:PARAM పేరు="చివరి" />

    <!-- కింది వేరియబుల్ ప్రామాణిక ItemStyle.xsl నుండి స్థిర ఉంటాయి -->
    <XSL:అస్థిరమైన పేరు="SafeImageUrl">
      <XSL:కాల్ టెంప్లేట్ పేరు="OuterTemplate.GetSafeStaticUrl">
        <XSL:తో PARAM పేరు="UrlColumnName" ఎంచుకోండి="'ImageUrl'"/>
      </XSL:కాల్ టెంప్లేట్>
    </XSL:అస్థిరమైన>
    <XSL:అస్థిరమైన పేరు="SafeLinkUrl">
      <XSL:కాల్ టెంప్లేట్ పేరు="OuterTemplate.GetSafeLink">
        <XSL:తో PARAM పేరు="UrlColumnName" ఎంచుకోండి="'LinkUrl'"/>
      </XSL:కాల్ టెంప్లేట్>
    </XSL:అస్థిరమైన>
    <XSL:అస్థిరమైన పేరు="DisplayTitle">
      <XSL:కాల్ టెంప్లేట్ పేరు="OuterTemplate.GetTitle">
        <XSL:తో PARAM పేరు="శీర్షిక" ఎంచుకోండి="@ శీర్షిక"/>
        <XSL:తో PARAM పేరు="UrlColumnName" ఎంచుకోండి="'LinkUrl'"/>
      </XSL:కాల్ టెంప్లేట్>
    </XSL:అస్థిరమైన>
    <XSL:అస్థిరమైన పేరు="LinkTarget">
      <XSL:అయితే పరీక్ష="@ OpenInNewWindow = 'ట్రూ'" >_blank</XSL:అయితే>
    </XSL:అస్థిరమైన>

    <!--
      ఇక్కడ మేము ఒక వేరియబుల్ నిర్వచించే, "tableStart".  ఈ HTML కలిగి
      .  గమనించండి ఉంటే CurPos = 1, అది ఒక CDATA ట్యాగ్ లో HTML కలిగి.
      లేకపోతే, అది ఖాళీగా ఉంటుంది.

      tableStart విలువ ప్రతిసారీ ItemStyle ద్వారా అంటారు emited ఉంది
      .
    -->
    <XSL:అస్థిరమైన పేరు="tableStart">
      <XSL:అయితే పరీక్ష="$CurPos = 1">
        <![CDATA[
        <పట్టిక సరిహద్దు = 1>
          <tr bgcolor="blue">
            <td><font color="white"><బి>ప్రాజెక్ట్ పేరు</బి></ఫాంట్></td>
            <td align="right"><font color="white"><బి>తేదీ పూర్తి</బి></ఫాంట్></td>
            <td align="right"><font color="white"><బి>బడ్జెట్</బి></ఫాంట్></td>
            <td align="right"><font color="white"><బి>అసలు ఖర్చు</బి></ఫాంట్></td>
            <td><font color="white"><బి>మొత్తం స్థితి</బి></ఫాంట్></td>
          </tr>
        ]]>
      </XSL:అయితే>
    </XSL:అస్థిరమైన>

    <!--
      మరొక వేరియబుల్, tableEnd కేవలం ముగింపు పట్టిక ట్యాగ్ నిర్వచిస్తుంది.

      TableStart మాదిరిగా, ఇది ఎల్లప్పుడూ emited లో.  దాని విలువ ఎందుకు ఈ ఉంది
      .
    -->
    <XSL:అస్థిరమైన పేరు="tableEnd">
      <XSL:అయితే పరీక్ష="$CurPos చివరి $ =">
        <![CDATA[ </పట్టిక> ]]>
      </XSL:అయితే>
    </XSL:అస్థిరమైన>

    <!--
      ఎల్లప్పుడూ tableStart విషయాలు విడుదల.  ఈ మొదటి లేకపోతే
      , అప్పుడు మేము దాని విలువ తెలుసు
      .

      తప్పించుకున్న అవుట్పుట్ ఆపివేయి ఎందుకంటే ఉన్నప్పుడు tableStart అది ఖాళీగా లేదు, అది
      .  అయితే
      , it will generate
      stuff like "&LT;పట్టిక&GT;" instead of "<పట్టిక>".
    -->
    <XSL:విలువ యొక్క ఎంచుకోండి="$tableStart" డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"/>


    <tr>
      <!--
      పి:Project_x005F_x0020_Name
      :Project_x005F_x0020_End_x005F_x0020_Date
      :Project_x005F_x0020_Budget
      :Project_x005F_x0020_Expenses
      :Project_x005F_x0020_Status
      -->
      <td>
        <XSL:విలువ యొక్క ఎంచుకోండి="@ Project_x005F_x0020_Name"/>
      </td>

      <td నిలబెట్టు="సరియైన">
        <XSL:విలువ యొక్క ఎంచుకోండి="@ Project_x005F_x0020_End_x005F_x0020_Date"/>
      </td>

      <td నిలబెట్టు="సరియైన">
        <XSL:కాల్ టెంప్లేట్ పేరు="formatcurrency">
          <XSL:తో PARAM పేరు="విలువ" 
ఎంచుకోండి="@ Project_x005F_x0020_Budget"></XSL:తో PARAM> </XSL:కాల్ టెంప్లేట్> </td> <td నిలబెట్టు="సరియైన"> <XSL:కాల్ టెంప్లేట్ పేరు="formatcurrency"> <XSL:తో PARAM పేరు="విలువ" ఎంచుకోండి="@ Project_x005F_x0020_Expenses">
</XSL:తో PARAM> </XSL:కాల్ టెంప్లేట్> </td> <td> <XSL:విలువ యొక్క ఎంచుకోండి="@ Project_x005F_x0020_Status"/> </td> <!-- కింది అన్ని విషయాలు స్పష్టం బయటకు వ్యాఖ్యానిస్తారు. అయితే, దానిని బాగు మరియు ఒక దానిని అంశాలు <td> దాని చూడటానికి         . --> <!-- <div id="linkitem" class="item"> <XSL:if test="string-length($SafeImageUrl) != 0"> <div class="image-area-left"> <a href="{$SafeLinkUrl}" target="{$LinkTarget}"> <img class="image-fixed-width" src="{$SafeImageUrl}"
alt="{@ ImageUrlAltText}"/> </ఒక> </DIV> </XSL:అయితే> <div class="link-item"> <XSL:కాల్ టెంప్లేట్
name="OuterTemplate.CallPresenceStatusIconTemplate"/> <a href="{$SafeLinkUrl}"
target="{$LinkTarget}" title="{@ LinkToolTip}"> <XSL:value-of select="$DisplayTitle"/> </ఒక> <div class="description"> <XSL:value-of select="@Description" /> </DIV> </DIV> </DIV>
--> </tr> <!-- ముగింపు పట్టిక ట్యాగ్ విడుదల. మేము గత వరుసలో లేకపోతే, ఈ ఖాళీ ఉంటుంది. --> <XSL:విలువ యొక్క ఎంచుకోండి="$tableEnd" డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"/> </XSL:టెంప్లేట్> <XSL:టెంప్లేట్ పేరు="formatcurrency"> <XSL:PARAM పేరు="విలువ" ఎంచుకోండి="0" /> <XSL:విలువ యొక్క ఎంచుకోండి='ఫార్మాట్ సంఖ్య($విలువ, "$DDD,DDD,DDD.DD", "staff")' /> </XSL:టెంప్లేట్>

ప్రామాణిక WSS / MOSS డేటా ఎంట్రీ స్క్రీన్స్ క్యాస్కేడింగ్ డ్రాప్ రద్దు చేసిన రుణాలు మద్దతీయని (లేదా కమ్యూనికేషన్ లోపల నుండి ఇతర)

UPDATE (04/2008): ఈ గొప్ప బ్లాగ్ ఎంట్రీ ఈ సమస్యకు ఒక మంచి javascript ఆధారిత విధానం చూపిస్తుంది: http://webborg.blogspot.com/2008/04/add-functions-and-events-to-sharepoint.html

UPDATE II: (04/2008): ఈ బ్లాగ్ ఎంట్రీ అలాగే వాగ్దానం కనిపిస్తుంది: http://www.cleverworkarounds.com/2008/03/13/free-mosswss-2007-web-part-hide-controls-via-javascript/

అనేక సార్లు ఒక వారం, రోజువారీ లేకపోతే, forum users describe a requirement that would normally be met via cascading drop-downs. ఉదాహరణకు, నేను రెండు డ్రాప్ డౌన్ నియంత్రణలను:

  • U.S జాబితా. రాష్ట్రాలు
  • U.S జాబితా. నగరాలు.

బాధ్యత UI అందించేవిగా, మేము ఈ వంటి ఆపరేట్ మీరు:

  • పాల్ ఒక U.S ఎంపిక. state from the drop-down.
  • This causes the cities drop-down to filter only those cities that belong to the selected state.
  • పాల్ ఈ ఫిల్టర్ జాబితా నుండి ఒక నగరం ఎంపిక.

There is no out-of-the-box support for this feature. నిజానికి, there is no OOB support for any kind of direct intra-form communication. This includes programmatically hiding/enabling/disabling fields in response to field changes elsewhere on the form.

ఈ వ్యాసం యొక్క అసలు ఉద్దేశ్యం సాధ్యమైన పరిష్కారాలను పేర్కొనడానికి మరియు నేను వాటిని తెలిసిన ఈ ఐచ్చికములు:

  1. Develop a custom column type. As a custom-column-developer, you have full control over the "world" of that custom column. You can implement a cascading drop-down that way.
  2. Consider using workflow. In some cases, you want to automatically assign a value to field based on another field’s value. ఈ సందర్భంలో, మీరు సాధారణంగా ఒక లెక్కించిన కాలమ్ ఉపయోగించడానికి ప్రయత్నిస్తాయి, కానీ కొన్ని సార్లు, it just won’t get the job done. SharePoint Designer workflow is a relatively administer-friendly alternative to dropping down into code and visual studio. If you go this route, ద్వారా ప్రసంగించారు సమస్య తెలుసుకోవాలి ఈ ఆర్టికల్ (http://paulgalvin.spaces.live.com/blog/cns!CC1EDB3DAA9B8AA!405.entry).
  3. ఈవెంట్ నిర్వహించేవారు: వర్క్ఫ్లో వంటి, this is an after-the-fact solution. Your event handler is a .NET assembly (సి #, VB.NET) to which SharePoint passes control. The object you develop has access to the data of the list (మరియు మొత్తం ఆబ్జెక్ట్ మోడల్) మరియు ఏ అవసరం లెక్కింపు చేయవచ్చు.
  4. Use SharePoint Designer to create custom entry forms. I don’t have direct experience with this approach, but I hear they are doing good things with NewForm.aspx these days 🙂
  5. మీ సొంత ASP.NET డేటా ఎంట్రీ ఫంక్షన్ రోల్ (దానంతట వెబ్ పేజీ లేదా వెబ్ భాగంగా) మరియు ఆ బదులుగా.

ఎవరైనా ఇతర మరియు / లేదా మంచి ఎంపికలు తెలిస్తే, ఒక వ్యాఖ్యను పోస్ట్ చెయ్యండి మరియు నేను ఈ పోస్ట్ యొక్క శరీరం అప్డేట్ చేస్తాము.

<ముగింపు />

Technorati టాగ్లు:

SharePoint లో బార్ గ్రాఫ్స్ సృష్టించు

అవలోకనం:

(UPDATE 12/04/07: చాలా ఆసక్తికరమైన వెబ్ భాగం ద్వారా ఈ చిరునామాలు మరొక బ్లాగ్ కు లింక్ చివరిలో మరొక ఆసక్తికరమైన వనరుల చేర్చబడింది)

This blog entry describes how to create a bar graph in SharePoint. This works in both WSS and MOSS environments as it only depends upon the data view web part.

ఈ క్రింది విధంగా మొత్తం విధానం:

  1. మీరు గ్రాఫ్ మీరు సమాచారాన్ని కలిగి జాబితా లేదా పత్రం లైబ్రరీ సృష్టించు.
  2. సంబంధిత పత్రం లైబ్రరీ ఉంచండి / కస్టమ్ ఒక పేజీ లో జాబితా మరియు ఒక డేటా వీక్షణ వెబ్ భాగం మార్పిడి (DVWP).
  3. ఒక గ్రాఫ్ వంటి చూపే HTML ను రూపొందించడానికి DVWP యొక్క XSL సవరించు.

వ్యాపారం దృశ్య / పరిశోధన:

నేను ప్రామాణిక శీర్షిక కాలమ్ మరియు ఒక అదనపు కాలమ్ తో కస్టమ్ జాబితాను తయారుచేసి, "Status". This models (చాలా స్పష్టంగా) an "Authorization For Expense" టైటిల్ ప్రాజెక్ట్ మరియు స్థితి జాబితా నుండి ఒక విలువను సూచిస్తుంది దృష్టాంతంలో:

  • ప్రతిపాదిత
  • ప్రాసెస్ లో
  • ఆపివేయబడింది

ఉద్దేశ్యంలో స్థితి సంకేతాలు చూపే ఇంటరాక్టివ్ సమాంతర బార్ గ్రాఫ్ ఉత్పత్తి ఉంది.

నేను జాబితా జనాభా మరియు ఈ అనిపిస్తోంది:

ప్రతిమ

డేటా చూడండి వెబ్ పార్ట్ సృష్టించు:

ఒక పేజీకి కస్టమ్ జాబితా జోడించడం ద్వారా DVWP సృష్టించు (నా విషయంలో సైట్ పేజీ) మరియు సూచనలను అనుసరించండి ఇక్కడ (http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!395.entry).

కేవలం DVWP సృష్టించటంతో పాటు, we also need to set the paging property to show all available rows. నాకు, ఈ వంటి ఏదో కనిపిస్తోంది:

ప్రతిమ

ఈ సమయంలో, I always close SPD and the browser. I then re-open the page using the browser. This avoids accidentally mucking up the web part layout on the page.

XSLT సవరించు:

ఇది XSLT సవరించడానికి ఇప్పుడు సమయం.

I always use visual studio for this. (చూడండి ఇక్కడ intellisense గురించి ఒక ముఖ్యమైన గమనిక కోసం మీరు చాలా సహాయపడుతుంది).

నేను ఒక ఖాళీ ప్రాజెక్టు నాలుగు కొత్త ఫైళ్ళను జోడించండి సృష్టించడానికి (replacing the words "Original" and "New" తగిన):

  • Original.xslt
  • New.xslt
  • Original Params.xml
  • కొత్త Params.xml

నా విషయంలో, ఈ అనిపిస్తోంది:

ప్రతిమ

Modify the web part and copy the params and XSL to the "Original" విజువల్ స్టూడియో లో వెర్షన్.

ఇక్కడ ఉద్దేశ్యం XSL ఒక గ్రాఫ్ వంటి అందించే HTML లోకి DVWP ప్రశ్న నుండి మేము తిరిగి ఫలితాలు మార్చటానికి కారణం ఉంది.

ఈ క్రమంలో, it helps to first consider what the HTML should look like before we get confused by the insanity that is known as "XSL". (స్పష్టమైన ఉండాలి, కింది కేవలం ఒక ఉదాహరణ; don’t type it or copy/paste into visual studio. I provide a full blow starting point for that later in the write-up). The following sample graph is rendered as per the HTML immediately following:

Sample Bar Graph

సంబంధిత HTML:

<html>
<శరీరం>
<సెంటర్>
<పట్టిక వెడల్పును = 80%>
<tr><td><సెంటర్>సమతల బార్ గ్రాఫ్</td></tr>
<tr>
<td align="center">
<table border="1" వెడల్పు = 80%>
<tr>
<td వెడల్పు = 10%>తెరువు</td>
<td><పట్టిక = సెల్ పాడింగ్"0" = స్పేసింగ్"0" సరిహద్దు = 0 వెడల్పు = 50%><tr bgcolor = ఎరుపు><td>&NBSP;</td></tr></పట్టిక></td>
</tr>
<tr>
<td వెడల్పు = 10%>ముగించబడినది</td>
<td><పట్టిక = సెల్ పాడింగ్"0" = స్పేసింగ్"0" సరిహద్దు = 0 వెడల్పు = 25%><tr bgcolor = ఎరుపు><td>&NBSP;</td></tr></పట్టిక></td>
</tr>
<tr>
<td వెడల్పు = 10%>ఆపివేయబడింది</td>
<td><పట్టిక = సెల్ పాడింగ్"0" = స్పేసింగ్"0" సరిహద్దు = 0 వెడల్పు = 25%><tr bgcolor = ఎరుపు><td>&NBSP;</td></tr></పట్టిక></td>
</tr>
</పట్టిక>
</td>
</tr>
</పట్టిక>
</శరీరం>
</html>

I used a dead simple approach to creating my bars by setting the background color of a row to "red".

తీసుకోగల దూరంగా ఇక్కడ ఈ ఉంది: చివరికి, మేము చేస్తున్న అన్ని వరుసలు మరియు కాలమ్లను తో HTML సృష్టిస్తుంది.

మూస XSLT:

I’ve copied the XSLT that generates a horizontal bar graph. It’s fairly well commented so I won’t add much here except for these notes:

  • నేను మొదటి DVWP సృష్టించినప్పుడు SharePoint డిజైనర్ నాకు ఇచ్చిన డిఫాల్ట్ XSL ప్రారంభించండి.
  • నేను SPD యొక్క ఈ తగ్గించడానికి చేయగలిగింది 657 పంక్తులను 166 lines.
  • నేను పారామితులు XML ఫైల్ తో చుట్టూ విసిగిపోకండి లేదు (XSL నుండి వేరుగా ఉంటుంది మరియు మీరు DVWP కూడా సవరించడానికి వెళ్ళేటప్పుడు మీరు నో వాట్ ఐ మీన్ ఉంటాం ఇది; మీరు సవరించవచ్చు రెండు ఫైళ్లను ఉన్నాయి). అయితే, ఇది సరళీకృతం చేయడానికి, I did remove nearly all of them from the XSL. This means that if you want to make use of those parameters, you just need to add their variable definitions back to the XSL. That will be easy since you will have the original XSL variable definitions in your visual studio project.
  • You ought to be able to copy and paste this directly into your visual studio project. అప్పుడు, remove my calls and insert your own calls to "ShowBar".
  • నాటే యంత్రం డౌన్ ఒక సృష్టించడం ద్వారా పనిచేస్తుంది <ఒక href> ఈ వంటి: http://server/List?FilterField1=fieldname&FilterValue1=actualFilterValue. This technique may be of value in other contexts. At first, నేను మరింత క్లిష్టమైన ఫార్మాట్ అనుసరించాలి భావించాను: http://server/List/AllItems.aspx?View={guid}&FilterField1=blah&FilterValue1=blah, but in my environment that is not necessary. The List’s URL is passed to us by SharePoint so this is quite easy to generalize.

ఇక్కడ ఇది:

<XSL:శైలి వెర్షన్="1.0" మినహాయించాలని ఫలితం-ప్రిఫిక్సెస్="రూ z o s ddwrt dt msxsl" 
xmlns:msxsl="చనిపోయినవారి అస్థుల నుంచి కూర్చబడిన పాత్ర:ప్రతిలేఖనం-మైక్రోసాఫ్ట్ com:XSLT" xmlns:XSL="http://www.w3.org/1999/XSL/Transform"
xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer"
xmlns:కాలసర్పం="http://schemas.microsoft.com/ASPNET/20" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"
xmlns:o="చనిపోయినవారి అస్థుల నుంచి కూర్చబడిన పాత్ర:ప్రతిలేఖనం-మైక్రోసాఫ్ట్ com:కార్యాలయం" xmlns:లు="UUID:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882"
xmlns:dt="UUID:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:రూ="చనిపోయినవారి అస్థుల నుంచి కూర్చబడిన పాత్ర:ప్రతిలేఖనం-మైక్రోసాఫ్ట్ com:rowset" xmlns:z="#RowsetSchema"
xmlns:ddwrt2="చనిపోయినవారి అస్థుల నుంచి కూర్చబడిన పాత్ర:ఇతర:అంతర్గతమైన"
> <XSL:అవుట్పుట్ పద్ధతి="html" కుట్టు వేయు="సంఖ్య" /> <XSL:దశాంశ ఫార్మాట్ నాన్="" /> <XSL:PARAM పేరు="ListUrlDir"></XSL:PARAM> <!-- నేను ఒక నాటే యంత్రం క్రిందికి మద్దతు ఈ అవసరం. --> <XSL:టెంప్లేట్ మ్యాచ్="/" xmlns:SharePoint="Microsoft.SharePoint.WebControls"
xmlns:__designer=http://schemas.microsoft.com/WebParts/v2/DataView/designer xmlns:కాలసర్పం="http://schemas.microsoft.com/ASPNET/20"
> <XSL:అస్థిరమైన పేరు="dvt_StyleName">టేబుల్</XSL:అస్థిరమైన> <XSL:అస్థిరమైన పేరు="వరుసలు" ఎంచుకోండి="/dsQueryResponse / వరుసలు / రో" /> <XSL:అస్థిరమైన పేరు="dvt_RowCount" ఎంచుకోండి="అదృష్టంగా భావించు($వరుసలు)" /> <XSL:అస్థిరమైన పేరు="IsEmpty" ఎంచుకోండి="$dvt_RowCount = 0" /> <XSL:అస్థిరమైన పేరు="dvt_IsEmpty" ఎంచుకోండి="$dvt_RowCount = 0" /> <XSL:ఎంచుకోండి> <XSL:ఉన్నప్పుడు పరీక్ష="$dvt_IsEmpty"> గ్రాఫ్ ఎటువంటి సమాచారం లేదు!<br/> </XSL:ఉన్నప్పుడు> <XSL:లేకపోతే> <!-- ఆసక్తికరమైన విషయాన్ని ఇక్కడ ప్రారంభమవుతుంది. మేము గ్రాఫ్ లో ప్రతి వరుసలో కోసం వేరియబుల్ ఒక జత నిర్ణయించుకోవాలి: మొత్తం సంఖ్య           . --> <XSL:అస్థిరమైన పేరు="totalProposed" ఎంచుకోండి="అదృష్టంగా భావించు(/dsQueryResponse / వరుసలు / రో[సాధారణీకరణ-space(@ స్థితి) = 'ప్రతిపాదిత'])" /> <XSL:అస్థిరమైన పేరు="percentProposed" ఎంచుకోండి="$totalProposed div $ dvt_RowCount" /> <XSL:అస్థిరమైన పేరు="totalInProcess" ఎంచుకోండి="అదృష్టంగా భావించు(/dsQueryResponse / వరుసలు / రో[సాధారణీకరణ-space(@ స్థితి) = 'ప్రాసెస్ లో'])" /> <XSL:అస్థిరమైన పేరు="percentInProcess" ఎంచుకోండి="$totalInProcess div $ dvt_RowCount" /> <XSL:అస్థిరమైన పేరు="totalStalled" ఎంచుకోండి="అదృష్టంగా భావించు(/dsQueryResponse / వరుసలు / రో[సాధారణీకరణ-space(@ స్థితి) = 'ఆపివేయబడింది'])" /> <XSL:అస్థిరమైన పేరు="percentStalled" ఎంచుకోండి="$totalStalled div $ dvt_RowCount" /> <!-- మేము ఇక్కడ మా HTML పట్టిక నిర్వచించే. నేను కొన్ని ప్రామాణిక నుండి అప్పుగా వెబ్           . నేను గౌరవించటానికి అనుకుంటున్నాను           . --> <పట్టిక వెడల్పు="100%" స్పేసింగ్="0" సెల్ పాడింగ్="2" శైలి="సరిహద్దు కుడి: 1 ఘన # C0C0C0; border-bottom: 1 ఘన # C0C0C0; border-left-శైలి: ఘన; border-left వెడల్పు: 1; border-top-style: ఘన; border-top-వెడల్పు: 1;"> <tr> <td నిలబెట్టు="సెంటర్"> <పట్టిక అంచు="1" వెడల్పు="100%"> <!-- మేము గ్రాఫ్ కావలసిన ప్రతి స్థితి కోసం, we call the "ShowBar" టెంప్లేట్. మేము అది పాస్: 1. వరుసగా ఒక లేబుల్. ఈ ఒక హైపర్ లింక్ రూపాంతరం చెందింది. 2. శాతం (పైన నుండి వేరియబుల్). 3. అంతర్లీన జాబితా నుండి కోడ్ వాస్తవ రంగంలో పేరు. ఈ                      . 4. సరిపోలలేదు ఫీల్డ్ విలువ #3. 5. ఈ స్థితి కోడ్ భోజనం అంశాలు (అన్ని యొక్క గ్రాండ్ మొత్తం                      ). ఇది ఒక ప్రసరిస్తుంది <tr></tr> మరియు సమాంతర బార్ గ్రాఫ్ లైన్. మేము ప్రతి స్థితి కోడ్ ను కాల్ మేము చూడాలను. --> <XSL:కాల్ టెంప్లేట్ పేరు="ShowBar"> <XSL:తో PARAM పేరు="BarDisplayLabel" ఎంచుకోండి="'ప్రతిపాదిత'"/> <XSL:తో PARAM పేరు="BarPercent" ఎంచుకోండి="$percentProposed"/> <XSL:తో PARAM పేరు="QueryFilterFieldName" ఎంచుకోండి="'స్థాయి'"/> <XSL:తో PARAM పేరు="QueryFilterFieldValue" ఎంచుకోండి="'ప్రతిపాదిత'"/> <XSL:తో PARAM పేరు="TotalItems" ఎంచుకోండి="$totalProposed"></XSL:తో PARAM> </XSL:కాల్ టెంప్లేట్> <XSL:కాల్ టెంప్లేట్ పేరు="ShowBar"> <XSL:తో PARAM పేరు="BarDisplayLabel" ఎంచుకోండి="'ఆపివేయబడింది'"/> <XSL:తో PARAM పేరు="BarPercent" ఎంచుకోండి="$percentStalled"/> <XSL:తో PARAM పేరు="QueryFilterFieldName" ఎంచుకోండి="'స్థాయి'"/> <XSL:తో PARAM పేరు="QueryFilterFieldValue" ఎంచుకోండి="'ఆపివేయబడింది'"/> <XSL:తో PARAM పేరు="TotalItems" ఎంచుకోండి="$totalStalled"></XSL:తో PARAM> </XSL:కాల్ టెంప్లేట్> <XSL:కాల్ టెంప్లేట్ పేరు="ShowBar"> <XSL:తో PARAM పేరు="BarDisplayLabel" ఎంచుకోండి="'ప్రక్రియ'"/> <XSL:తో PARAM పేరు="BarPercent" ఎంచుకోండి="$percentInProcess"/> <XSL:తో PARAM పేరు="QueryFilterFieldName" ఎంచుకోండి="'స్థాయి'"/> <XSL:తో PARAM పేరు="QueryFilterFieldValue" ఎంచుకోండి="'ప్రక్రియ'"/> <XSL:తో PARAM పేరు="TotalItems" ఎంచుకోండి="$totalInProcess"></XSL:తో PARAM> </XSL:కాల్ టెంప్లేట్> </పట్టిక> </td> </tr> </పట్టిక> </XSL:లేకపోతే> </XSL:ఎంచుకోండి> </XSL:టెంప్లేట్> <!-- ఈ టెంప్లేట్ బార్ గ్రాఫ్ లో ప్రత్యేక లైన్లు ప్రదర్శించడాన్ని పని చేస్తుంది. మీరు బహుశా ఇక్కడ మీ ట్వీకింగ్ యొక్క అత్యంత చేస్తాను. --> <XSL:టెంప్లేట్ పేరు="ShowBar"> <XSL:PARAM పేరు="BarDisplayLabel" /> <!-- చూపించడానికి లేబుల్ --> <XSL:PARAM పేరు="BarPercent"/> <!-- మొత్తం శాతం. --> <XSL:PARAM పేరు="QueryFilterFieldName"/> <!-- ప్రశ్న వెళ్ళు ఉపయోగిస్తారు & ఫిల్టర్ --> <XSL:PARAM పేరు="QueryFilterFieldValue"/> <!-- ప్రశ్న వెళ్ళు ఉపయోగిస్తారు & ఫిల్టర్ --> <XSL:PARAM పేరు="TotalItems" /> <!-- ఈ barlabel మొత్తం సభ్యత్వం --> <tr> <!-- బార్ లేబుల్ కూడా. --> <td తరగతి="MS-formbody" వెడల్పు="30%"> <!-- ప్రకటనలు ఈ తదుపరి సెట్లో అనుమతించే ఒక క్వారీ స్ట్రింగ్ ఆధారమై           . మేము ఇక్కడ కొన్ని విషయాలు వినియోగించుకోవచ్చు: 1. మేము ఒక కాలమ్ లో ఫిల్టర్ జాబితాను FilterField1 మరియు FilterValue1 తరలిస్తారు. 2. SharePoint మాకు కీలక పారామితి ప్రయాణిస్తున్న ఉంది, ListUrlDir that points to the underlying list against which this DVWP is "running". XSL ఫన్ లేదు? --> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"> <![CDATA[<a href ="]]></XSL:టెక్స్ట్> <XSL:విలువ యొక్క ఎంచుకోండి="$ListUrlDir"/> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"><![CDATA[?FilterField1 =]]></XSL:టెక్స్ట్> <XSL:విలువ యొక్క ఎంచుకోండి="$QueryFilterFieldName"/> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"><![CDATA[&FilterValue1 =]]></XSL:టెక్స్ట్> <XSL:విలువ యొక్క ఎంచుకోండి="$QueryFilterFieldValue"/> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"><![CDATA[">]]></XSL:టెక్స్ట్> <XSL:విలువ యొక్క ఎంచుకోండి="$BarDisplayLabel"/> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"><![CDATA[</ఒక>]]></XSL:టెక్స్ట్> <!-- తదుపరి బిట్ ఫార్మాట్ లో కొన్ని సంఖ్యలు చూపిస్తుంది: "(మొత్తం / % మొత్తం)" --> (<XSL:విలువ యొక్క ఎంచుకోండి="$TotalItems"/> / <!-- ఈ మాకు ఒక nice శాతం లేబుల్ సృష్టిస్తుంది. ధన్యవాదాలు, Microsoft! --> <XSL:కాల్ టెంప్లేట్ పేరు="percentformat"> <XSL:తో PARAM పేరు="శాతం" ఎంచుకోండి="$BarPercent"/> </XSL:కాల్ టెంప్లేట్>) </td> <!-- చివరకు, ఒక విడుదల <td> బార్ కూడా టాగ్.--> <td> <పట్టిక సెల్ పాడింగ్="0" స్పేసింగ్="0" అంచు="0" వెడల్పు="{రౌండ్($BarPercent * 100)+1}%"> <tr bgcolor="ఎరుపు రంగు"> <XSL:టెక్స్ట్ డిసేబుల్-అవుట్పుట్-తప్పించుకున్న="అవును"><![CDATA[&NBSP;]]></XSL:టెక్స్ట్> </tr> </పట్టిక> </td> </tr> </XSL:టెంప్లేట్> <!-- ఈ కొన్ని XSL నుండి నేరుగా తీసుకోబడింది నేను ఒక MS టెంప్లేట్ లో దొరకలేదు. --> <XSL:టెంప్లేట్ పేరు="percentformat"> <XSL:PARAM పేరు="శాతం"/> <XSL:ఎంచుకోండి> <XSL:ఉన్నప్పుడు పరీక్ష="ఫార్మాట్ సంఖ్య($శాతం, '#, # # 0%;-#,##0%')= 'నాన్'">0%</XSL:ఉన్నప్పుడు> <XSL:లేకపోతే> <XSL:విలువ యొక్క ఎంచుకోండి="ఫార్మాట్ సంఖ్య($శాతం, '#, # # 0%;-#,##0%')" /> </XSL:లేకపోతే> </XSL:ఎంచుకోండి> </XSL:టెంప్లేట్> </XSL:శైలి>

ఫలితాలు:

పైన నుండి XSL ఈ గ్రాఫ్ ఉత్పత్తి:

ప్రతిమ

స్థితి కోడ్ క్లిక్ చేయడం ద్వారా అంతర్లీన డేటా డౌన్ బెజ్జం వెయ్యి:

ప్రతిమ

ముగింపు ఆలోచనలు:

ఈ సాధారణీకరణం చేయవచ్చు?

నేను ఈ గ్రాఫింగ్ భావన ప్రేమ, but I hate the fact that I have to go in and do so much hand-coding. I’ve given a little thought to whether it can be generalized and I’m optimistic, but I’m also a little fearful that there may be a brick wall somewhere along the path that won’t offer any work-around. If anyone has some good ideas on this, వ్యాఖ్యలు ఒక గుర్తుంచుకోండి లేదా దయచేసి నాకు ఇమెయిల్.

లంబ గ్రాఫ్స్:

This is a horizontal bar graph. It’s certainly possible to create a vertical graph. We just need to change the HTML. I would start the same way: Create an HTML representation of a vertical bar graph and then figure out how to get that via XSL. If anyone is interested in that, I could be persuaded to try it out and work out the kinks. If someone has already done that, please let me know and I’ll gladly link to your blog 🙂

నేను ఒక నిలువు గ్రాఫ్ సవాలుగా గ్రాఫ్ లేబుళ్లను నిర్వహించడానికి మరింత కష్టం అని అనుకుంటున్నాను, కానీ ఖచ్చితంగా అసాధ్యం కాదు.

ఫీల్డ్ పేరు Gotcha యొక్క:

మీ రంగంలో పేర్లతో కోసం చూడండి కనీసం రెండు విషయాలు ఉన్నాయి.

మొదటి, a field name with a space has to be escaped in the XSL. This will probably be an issue here:

        <XSL:అస్థిరమైన పేరు="totalProposed" 
ఎంచుకోండి="అదృష్టంగా భావించు(/dsQueryResponse / వరుసలు / రో[సాధారణీకరణ-space(@ స్థితి) = 'ప్రతిపాదిత'])" />

If your "Status" column is actually named "Status Code" then you need to reference it as "Status_x0020_Code":

   <XSL:అస్థిరమైన పేరు="totalProposed" 
ఎంచుకోండి="అదృష్టంగా భావించు(/dsQueryResponse / వరుసలు / రో[సాధారణీకరణ-space(@ Status_x0020_Code) = 'ప్రతిపాదిత'])" />

సెకను, మరియు నేను ఈ ఒక కొద్దిగా గజిబిజి రెడీ, but you also need to be on the alert for field name changes. If you name your field "Status Code" మరియు తరువాత, rename it to "AFE Status", the "internal name" does not change. The internal name will still be "Status Code" and must be referenced as "Status_x0020_Code". The "other resources" లింకులు సమస్య ఈ రకమైన నిర్ధారించడానికి సరైన సహాయపడవచ్చు.

ఆ రంగు గురించి:

I picked "red" because it’s pleasing to me at the moment. It would not be a big deal to show different colors so as to provide more than just a visual description of a number, but to also provide a useful KPI. ఉదాహరణకు, if the percentage of "stalled" AFE యొక్క ఉంది > 10% అది ఎరుపు చూపించు, otherwise show it in black. ఉపయోగించండి <XSL:ఎంచుకోండి> ఈ సాధనకు.

ఇతర వనరుల:

పరివర్తించడం హ్యాపీ!

<ముగింపు />

నా బ్లాగ్ సబ్స్క్రయిబ్!

ఓం కస్టమ్ జాబితా వయా ప్రస్తుతం డేటా (లేక, ఇంకా మరొక ఓం డేటా Displayor [YACC వంటి, కానీ వివిధ])

నేడు, I spent a handful of hours tracking down the root cause behind the message "The column name that you entered is already in use or reserved. Choose another name."

ప్రశ్న కాలమ్ సృష్టించబడుతున్నాయి, మరొక వాతావరణంలో తొలగించబడింది మరియు తిరిగి రూపొందించినవారు, so I knew it wasn’t a reserved name. అయితే, నేను కేవలం సైట్ సేకరణ ఏ సైట్ లో ప్రామాణిక SharePoint యూజర్ ఇంటర్ఫేస్ ద్వారా ఎక్కడైనా కాలమ్ దొరకలేదు.

నేను పోస్ట్ ఇక్కడ MSDN చర్చా వేదికల్లోకి మరియు లొంగని ఆండ్రూ వుడ్వార్డ్ అంతర్లీన ఆబ్జెక్ట్ మోడల్ డేటా దిశలో నాకు చూపారు.

నేను కాబడింది codeplex నాకు సహాయం చేస్తానని కొన్ని టూల్స్ అంతర్లీన ఓం డేటా లోకి తోటివారి కనుగొని సహాయం నాకు ఇబ్బంది గుర్తించడం.

నేను అనేక ఉపకరణాలు ప్రయత్నించారు మరియు వారు చాలా చల్లని మరియు ఆసక్తికర కానీ అంతిమంగా, the UI wasn’t good enough for my purpose. I’m not criticizing them by any means, వారు వారి UI రూపొందించినవారు కానీ స్పష్టంగా సాధనం-మేకర్స్ మనస్సులో నా సమస్య లేదు :). Most people seem to be investing a fair amount of time and effort in creating workstation / చెట్టు వీక్షణలు అందించే క్లయింట్ అప్లికేషన్లు, right-click context menus and so forth. These are nice and all, కానీ అది కూడా చాలా అనువైనది ఒక ఉత్తమ ది లైన్ యూజర్ అనుభవాన్ని సృష్టించేందుకు పని వార్తలు.

నేను నిజంగా ఈ సమస్యకు ఒక సమాధానం అవసరం. ఇది నాకు జరిగిన నేను కస్టమ్ జాబితాలో సైట్ సేకరణ సైట్ కాలమ్స్ అన్ని పొందలేరు ఉంటే, నేను ఫిల్టర్ కాలేదు, నాకు ఈ మార్పిడి ఉన్న కాలమ్ కనుగొనేందుకు సహాయం చేస్తానని వీక్షణలు క్రమం మరియు సృష్టించడానికి (అది చేసిన, BTW). I went ahead and did that and an hour or two later, నా సైట్ నిలువు గుంపులతో ఒక కస్టమ్ జాబితాలో లోడ్ చేసింది, sorting and so forth. I found my answer five minutes later.

నేను విజయవంతంగా ప్రపంచవ్యాప్తంగా తీసుకోకపోతే మరియు ఉన్నప్పుడు, I think I will decree that all SharePoint tools providers must seriously consider surfacing their object model data in a custom list. That way, నేను శక్తి కలిగి నేను మీరు ఏ విధంగా శోధించడానికి (పరిమితమయ్యాయి, కోర్సు యొక్క, ప్రామాణిక SharePoint లక్షణాలు ద్వారా).