Forum Discussion
Assistance Required for Resolving URL Character Limit Issue in Paginated Report
- 1 year ago
Hi Heena_9980400
If your datasSource (e.g., SDRDS_wali) is already configured and connected to your database, you do not need to create a new one. Try to create a new dataset under this data source.
Please follow the below steps to create a New Data Source (If required):Step1: If no data source exists or if you want to use a different one:
- Right-click on Data Sources (in the left panel).
- Click on "Add Data Source".
- Give it a name (e.g., MyDataSource)
- Select "Use a connection embedded in my report".
- Choose your database type:
- SQL Server → Select "Microsoft SQL Server"
- Enter connection details (server name, database name, authentication).
- Click "Test Connection" → OK.
Step2: Create a Dataset with a Query
- Right-click on "Datasets" → Click "Add Dataset".
- Enter a dataset name (e.g., MyDataset).
- Select "Use a dataset embedded in my report".
- Choose the data source you created (or an existing one).
- Enter the SQL query, adjusting for your database type:
SELECT * FROM my_table WHERE Zone1Wo IN (SELECT value FROM STRING_SPLIT(@Zone1Wo, ','))
If the above information helps you, please give us a Kudos and marked the reply Accept as a Solution.
Thanks,
Cheri Srikanth
I wanted to follow up since I haven't heard from you in a while. Have you had a chance to try the suggested solutions?
If your issue is resolved, please consider marking the post as solved. However, if you're still facing challenges, feel free to share the details, and we'll be happy to assist you further.
Looking forward to your response!
Best Regards,
Community Support Team _ C Srikanth.