Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

How to modify a single trend sample value in Reports Server

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • How to modify a single trend sample value in Reports Server
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close

Related Forums

  • Intelligent Devices Forum

Previous Next
Contributors
  • DavidFisher
    DavidFisher
  • Derrick_Ratliff
    Derrick_Ratliff
  • RobertAndriolo
    RobertAndriolo
  • Benji
    Benji
  • Product_Support
    Product_Support

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
0 Likes
1503 Views

Link copied. Please paste this link to share this article on your social media post.

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

How to modify a single trend sample value in Reports Server

Picard Product_Support
‎2018-09-11 08:46 AM

Issue

How to modify a single trend sample value in Reports Server.

Product Line

EcoStruxure Building Operation

Environment

  • SQL 
  • Reports Server

Cause

In some cases the user may wish to edit a single value from a trend log stored within the Reports Server

Resolution

  1. Log into the Reports Server PC
  2. Copy the 2 Queries below into separate Queries in SQL Management Studio. - Click Here to download both queries.
  3. Open these Queries in SQL Management Studio
  4. Open Workstation
  5. Browse the Extended Trend Log you wish to change a value on
  6. Copy the Path from workstation
  7. Open the Query GetInfo in SQL Management Studio and paste the path to the @myLog parameter in the query. Remember to enter the data between the single quotes.
  8. In Workstation, open a Trend Log list. Browse to the Time stamp for the value you wish to change
  9. Type that time between the single quotes for the parameter @thisTime. Format the data as shown Year-Month-Day Hour:Min:Second
  10. Set the @oneSecondLater parameter to one second in time later than the @thisTime parameter
  11. Execute the Query or press F5
  12. The Result should be a single row showing 3 columns
  13. Open the Query UpdateDb in SQL Managment Studio
  14. Set the @DateTimeStamp by Coping the result of the GetInfo query and pasting it between the single quotes.
  15. Set the @thisParentID and the @OriginalFloatValue parameters by copying the data in the same manner.
  16. Type the desired new value between the single quotes of the @newFloatValue parameter.
  17. Press F5 to execute the Query
  18. Re-Run the get info Query to verify the change

Query 1 - GetInfo

Declare @myLog nvarchar(1024)
Declare @thisTime datetime2(3)
Declare @oneSecondLater datetime2(3)
SET @myLog = ''
SET @thisTime = ''
SET @oneSecondLater = ''
 
SELECT
sampledata.DateTimeStamp,
sampledata.ParentID,
sampledata.floatvalue
from dbo.tblogtimevalues as sampledata
join dbo.tbLoggedEntities as logs on sampledata.ParentID = logs.ID
 
WHERE logs.Path = @myLog AND sampledata.DateTimeStamp between @thisTime and @oneSecondLater

Query 2 - UpdateDb

Declare @thisDateTimeStamp datetime2(3)
Declare @thisParentID int
Declare @OriginalFloatValue float
Declare @newFloatValue float
 
Set @thisDateTimeStamp = ''
Set @thisParentID = ''
Set @OriginalFloatValue = ''
Set @newFloatValue = ''
 
UPDATE dbo.tbLogTimeValues 
Set FloatVALUE=@newFloatValue,OdometerValue=@newFloatValue 
WHERE DateTimeStamp = @thisDateTimeStamp AND ParentID = @thisParentID
Labels (1)
Labels:
  • EcoStruxure Building Operation
Attachments
SQL Queries.zip
Tags (2)
  • Find more articles tagged with:
  • 18187
  • qc29046
Was this article helpful? Yes No
No ratings

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of