Hi Guys,
I have 2 tables: Usage Statics Configuration & Usages static.
my 1st table gets the count of each record. like if i have 5 customers then my count is 5.
but I want to store/insert this count to my 2 table i.e., Usages static on the field record count.
and for this process generates through processing report. so I have create one processing report.
output: when this report runs, the all the records of Usage Statics Configuration will insert into my 2nd table i.e. Usages static. table as shown below img:
I get wrong count & also repeated lines are inserted. In my usage static config table there is only 2 records.
Below this 2 records will be inserted into the above usage statistics tale with count.
Is any way to do this.