To start; I'm a newbie to python and am in need of some help...
I have created several maps and have enabled data driven pages. In my maps, the data driven pages are set up based on a layer that's referencing a joined table. My pageName for data driven pages is coming from the joined table CIPProjectData_SCIP.CIPProjectID.
I'm attempting to export the series to either PNG or TIFF images and need to use the pageName from my data driven pages (CIPProjectData_SCIP.CIPProjectID) for file names of the images.
Here's what I have so far. I'm not sure what I'm missing. Do I need to create a join within my python script even if there's already a join in my mxd?
Wha'ts wronog with my syntax for pageName = ...? I've tried many different syntax variations and cannot figure out the correct syntax (if a correct one exists for this scenario). I have also tried to find help on-line and am unable to find anything similar.