Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Writing to datatable- writing the rows in a single line
#1
Not Solved
Writing the output from the application . Need to write the output under 3 column names DDA , Bank ID and Available Balance in the datatable(Bal_DDA).

Code:

Code:
n=DataTable.GetSheet ("Bal_DDA").AddParameter("DDA",DDA)
o=DataTable.GetSheet ("Bal_DDA").AddParameter("BanklD",BankID)
m=DataTable.Getsheet ("Bal_DDA").AddParameter ("Avail_Bal",Avail_bal)
Actual Output :
DDA BanklD Avail_Bal DDA1 BanklD1 Avail_Bal1
44357 182 300 41210 182 0
Expected Output:
DDA BanklD Avail_Bal
44357 182 300
41210 182 0
Reply


Messages In This Thread
Writing to datatable- writing the rows in a single line - by Malathy - 05-17-2011, 03:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fifth word from every thousand line in notepad files. sallu.iet@gmail.com 0 850 01-17-2020, 09:58 AM
Last Post: sallu.iet@gmail.com
  Multiple rows of test data Bhuvana 0 1,175 01-03-2020, 09:30 PM
Last Post: Bhuvana
  Grab multiple line data from log file haziqwebs 0 1,708 10-19-2016, 01:28 PM
Last Post: haziqwebs
  Writing to Run time data table Neetha 5 11,672 08-27-2015, 10:18 AM
Last Post: supputuri
  Adding data into rows that add dynamically with setcelldata azar81 4 5,665 04-13-2015, 05:24 PM
Last Post: vidya2k2

Forum Jump:


Users browsing this thread: 2 Guest(s)