PippaThePointer
New Member
- Joined
- Sep 21, 2023
- Messages
- 31
- Office Version
- 2016
- Platform
- Windows
Hi,
I have been learning bit of PQ and now have a working file where my query source is a folder full of xml files. It gets the files does various tranformations. I then have refrenced the table intself to add custom coloumns that i can add manual data and i have this so it follows the unique column with a merge and then sorts by kind and puts in a counter. Works perfectly.
The next thing im trying to add if possibly is to also add in some manual rows of data. But it would need to go into the first stage of the query before i merge with the comment column and sort.
The reason is that most of the data comes in via the XML but occasitionally the person might need to add a row item with manual inputs because it got emailed seperatly rather than from teh data base website.
What im thinking is if i add a 'form' button so the user has to press the button and fill in the values required. But then i would need make a new query from this (original query plus new rows) so i can sort the way i need and add the totals etc and it not remove on refresh. Or is there a simpler way someone can suggest?
I have been learning bit of PQ and now have a working file where my query source is a folder full of xml files. It gets the files does various tranformations. I then have refrenced the table intself to add custom coloumns that i can add manual data and i have this so it follows the unique column with a merge and then sorts by kind and puts in a counter. Works perfectly.
The next thing im trying to add if possibly is to also add in some manual rows of data. But it would need to go into the first stage of the query before i merge with the comment column and sort.
The reason is that most of the data comes in via the XML but occasitionally the person might need to add a row item with manual inputs because it got emailed seperatly rather than from teh data base website.
What im thinking is if i add a 'form' button so the user has to press the button and fill in the values required. But then i would need make a new query from this (original query plus new rows) so i can sort the way i need and add the totals etc and it not remove on refresh. Or is there a simpler way someone can suggest?