jgustafson
New Member
I have been reading some other posts where you have cautioned people from creating tables/indexes OR maybe you were cautioning to not run these outside of the progress db administrator?
I am TOTALLY new to the progress database. I have figured out how to run queries, create exports, etc.
Having a problem with a query/export that I am trying to create. I think it is due to the software vendor data structure. I can join 2 tables together and get results in 3 minutes. I join the 3rd table whose primary index is date/time and the query goes to breakfast/lunch/dinner and more. It doesn't look like i can join back to the empid in the 2 tables. I can join on the barId from table 3, but I think i am reading 1 record from 2 tables and the all of table 3's records for that one read.
Thus i would like to create my own table, with data from the 3rd table, date, time, barId. This barId is an index back on one of the 2 tables.
I then can create a subset of the data that I need to work with. And not touch the vendors data structure.
Thank you
J
I am TOTALLY new to the progress database. I have figured out how to run queries, create exports, etc.
Having a problem with a query/export that I am trying to create. I think it is due to the software vendor data structure. I can join 2 tables together and get results in 3 minutes. I join the 3rd table whose primary index is date/time and the query goes to breakfast/lunch/dinner and more. It doesn't look like i can join back to the empid in the 2 tables. I can join on the barId from table 3, but I think i am reading 1 record from 2 tables and the all of table 3's records for that one read.
Thus i would like to create my own table, with data from the 3rd table, date, time, barId. This barId is an index back on one of the 2 tables.
I then can create a subset of the data that I need to work with. And not touch the vendors data structure.
Thank you
J