How to handle when SSRS does not automatically update fields based on database query?
        Posted  
        
            by badpanda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by badpanda
        
        
        
        Published on 2010-05-11T20:01:48Z
        Indexed on 
            2010/05/11
            20:04 UTC
        
        
        Read the original article
        Hit count: 283
        
So I am trying to change the number of fields in my dataset in SSRS and the refresh button is not picking up the added field from the SQL server. The query is definitely returning the correct data, as I have double checked in the server engine itself. Also, I have tried manually adding the field using the SSRS menu, but as soon as I execute it disappears.
Any suggestions or similar experiences?
© Stack Overflow or respective owner