Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parsing value to report
#2
Not Solved
Using string concatenation operator you can pass the values to Report

Code:
If val1=val2 Then
reporter.ReportEvent  micPass,"Amount" ,"Calculation ok and the Values are-> " &val1 & " and " &val2
else
reporter.ReportEvent micFail,"Amount", "Calculation wrong and the Values are-> " &val1 & " and " &val2
End if

Vijay
Reply


Messages In This Thread
Parsing value to report - by janriis - 04-20-2009, 06:28 PM
RE: Parsing value to report - by dvkbabu - 04-21-2009, 06:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need help on rdlc report automation using uft souvikghosh_diatm 0 1,210 05-25-2017, 09:51 PM
Last Post: souvikghosh_diatm
  Jasper Report Automation TAUSIF 0 4,904 10-03-2013, 03:30 PM
Last Post: TAUSIF
  XML Parsing Problem ..Any suggestions Reed 0 1,912 08-02-2011, 04:59 AM
Last Post: Reed
  How to test PDF format report using QTP shilupg 1 6,968 01-19-2011, 03:18 AM
Last Post: NevadaMike
  problem in filtering the report vijay44 0 1,799 02-11-2010, 12:59 PM
Last Post: vijay44

Forum Jump:


Users browsing this thread: 1 Guest(s)