Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Access report variable in asp.net code

edited Jul 1, 2016 10:58AM in Reporting & Analytics for B2C Service 2 comments

Content

Hi,

I have created the variable in report and I want to access the variable through .net code and assign the value . I have tried through below filter code but it is not working. kindly help on this.

      

 

Version

service cloud May 2016

Code Snippet

             AnalyticsReport analyticsReport = new AnalyticsReport();
            //create limit and start parameters. Specifies the max number of rows to return (10,000 is the overall maximum)
            //start specifies the starting row
            int limit = 10000;
            int start = 0;

       

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!