Hi all,
I'm hoping someone can help me because no one at my office can figure this out. Anyways, I have a Excel doc that includes a table that pulls data from our servers and autopopulates the fields. The variables include: Release Date, Creator, Title and Date Submitted. My job requires that I sort through hundreds of items and make sure each title has a working landing page on our website. I need a way to mark which items are complete and which items have problems. I can't figure out a way to add this information to this document without it becoming disassociated from the title when I refresh the list.
Is there any way I can add a column to this table, without having it sync on the servers that will associate to the other 4 columns?
For example, I would ideally like to have 4 columns refresh from the servers (Release Date, Creator, Title and Date Submitted) and 1 column (Project Status) that does not sync to the server, but the data remains related to the refreshed items when updated.
Right now, no matter how I try to do this, once I update the list, the Project Status field loses it's association and is then matched to a new item.
FYI: I can't add the Excel doc due to corporate privacy concerns, so I will try to answer your questions as best as I can.
Hi funroe and welcome to the forum,
Can you create a separate sheet with the current information on it. Then pull the new data from the server and use the untouched second sheet to recreate the links. Then you can clean things up and save the newest answer to a sheet 2 for next time.
Hope that makes sense.
One test is worth a thousand opinions.
Click the * below to say thanks.
Are we talking about using SQL to pull the data from? If so, consider developing a view into the data which includes a sort based on the data's ID. Assuming your data has sequential numeric identifiers, this should take care of the problem. Point your table at the sorted view.
If your question has been satisfactorily addressed, please consider marking it solved. Click here to see how.
Also, you might want to add to the user's reputation by clicking the scales icon - it's why we do what we do...
Thomas Lafferty
Analyst/Programmer
Yes, the data is being pulled using a SQL query. I'm very new at using SQL, especially in an Excel doc so I'm not completely sure how to do what you are suggesting. Do you know of any instructional guides or links that describe this in more detail? I can currently sort the data by it's Title ID, which is an 8 digit alphanumeric value assigned to each title. These are not sequential though, so I'm not sure if that matters. Would this work or are you referring to some other type of identifier?
I think it's probably worth mentioning here that I have read-only access to the database so I can't change anything about it, only pull information.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks