
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2010 05:22 PM
Hey, first off, love the product...but I'd like to edit the main "All Domain" computers report: lose the processor info, and add logged in username. When I go to edit the it-alldomain.aspx file, i took out the processor string and added this string:
<td align="right" class="lef"><%if myrow("thestate") <> 1 then%><span class="disa"><%else%><span><%end if%><%# dscomputers.FieldValue("Username", Container) %> </span></td
but no info shows? where have i botched it up?
here is a screen shot of the report
<td align="right" class="lef"><%if myrow("thestate") <> 1 then%><span class="disa"><%else%><span><%end if%><%# dscomputers.FieldValue("Username", Container) %> </span></td
but no info shows? where have i botched it up?
here is a screen shot of the report
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2010 09:42 PM
could you tell me where i would find that stored procedure? I'm looking at sorttable.js but want to make sure i've got the right one?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2010 05:24 PM
You also need to change the stored procedure generating this page
(note that we don't support this)
(note that we don't support this)
