Is it possible? I want to display the employees photo on the BAQ and effectively turn it into a dashboard.
At the moment, I’m pulling EmpBasic.PhotoID and EmpBasic.PhotoFile but PhotoFile is blank and PhotoID just displays the ID of the Employee (ID I gave the photo)
There’s no data type of “picture” that a BAQ could could contain, so it really be done as a customization on the dashboard. The BAQ will just give you the info the customization needs to fetch the picture.
Are you able to take a look at this? I can’t seem to stop Indirect_Description from duplicating. If I put it in a XML CAST the BAQ designer just freaks out.
The For XML Path simply takes the whole result from the sub query and jams it into a single field formatted with XML. Then you bring it up a level by using a single sub select, then do some string manipulation to remove the XML formatting junk.
I don’t really know. I don’t have anything in that table in my DB. Can you give me a better description of what’s happening then “Melt down” or “Freaks out”. Do you get a message that says what’s going on? Is it timing out? Something?
So I popped open your query, and you can’t just join on company. You’re going to get duplicates… (# of laborHeadReqs X # of IndirectRecords)