So I have a simple crystal report, that basically has headings for the data. The data is based upon a stored procedure. Initially my stored procedure was simple, just consisted of a basic query returning data. Thus i was able to drag fields from my stored procedure onto my Crystal report, to place where I wanted the data displayed. However, I have modified my stored proc and made it a bit more complex. The stored procedure now has an input parameter. So when i re-added the store procedure, CR created the input parameter, that I then used in an 'record selection formula'. However, I can no longer see the individual field names, that the stored procedure will return. How do I get them to show up, so I can place them on my report?
thanks