Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jumiprado
Creator
Creator

Daily qvd data

Hey guys, i need to create a solution where extract a table everyday and store it in qvd with the date and time when i extract it. but this data then is audit and some fields change, so i need to add into a weekly and monthly qvd with checked info. 

In addition, the last data may have rows of an event that occurred on a previous day so i have to detect this new rows 

Thanks! 

Labels (2)
3 Replies
dplr-rn
Partner - Master III
Partner - Master III

Hi
it is possible .
you load the qvd and concatenate 'todays' data and save it again. it is fairly straightforward. can you explain the challenge with examples possibly
you last sentence regarding events is not clear.
jumiprado
Creator
Creator
Author

Hi!

i have a table from database like this:

IDinput_dateevent_datenameplacemodedescription
123571/6/201930/5/2019JhonPlace 1Mode Adescription event mode A
54611322/6/20192/6/2019MaryPlace 2Mode Bdescription event mode B
14841553/6/20191/6/2019PeterPlace 3Mode Adescription event mode A

 

first of all i need to store it in a qvd with the date and time that was stored

IDinput_dateevent_datenameplacemodedescriptionqvd_dateqvd_time
123571/6/201930/5/2019JhonPlace 1Mode Adescription event mode A1/6/201907:00
54611322/6/20192/6/2019MaryPlace 2Mode Bdescription event mode B2/6/201907:00
14841553/6/20191/6/2019PeterPlace 3Mode Adescription event mode A3/6/201907:00

 

Then this new table goes to the audit team where they create new fields 

IDinput_dateevent_datenameplacemodedescriptionqvd_dateqvd_timeaudit_event_dateaudit_placeaudit_mode
123571/6/201930/5/2019JhonPlace 1Mode Adescription event mode A1/6/201907:001/6/2019Place 2Mode B
54611322/6/20192/6/2019MaryPlace 2Mode Bdescription event mode B2/6/201907:002/6/2019Place 4Mode B
14841553/6/20191/6/2019PeterPlace 3Mode Adescription event mode A3/6/201907:001/6/2019Place 5

Mode A

 

In addittion, when the team is auditing some information is added in the database with a previous date that is in audit, so i need to detect the new rows of the table. 

 

Thanks!

jumiprado
Creator
Creator
Author

@dplr-rn 

@Anonymous