Forum Discussion
Heena_9980400
1 year agoHelper IV
Assistance Required for Resolving URL Character Limit Issue in Paginated Report
Hi Team, I hope this email finds you well. I am reaching out for assistance in resolving an issue I am encountering with a paginated report. The report is designed such that, after selecting multip...
- 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
v-csrikanth
1 year agoCommunity Support
Hi Heena_9980400
We haven't heard from you since last response and just wanted to check whether the solution provided has worked for you. If yes, please accept as solution to help others benefit.
Thank you.