Dynamically fetch records from table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 05:39 AM
Hi, How can I dynamically fetch records from table.
for example : I have multiple combinations in 1 table as
combination - role - admin, site - BDC11, frequency - daily , type - measurable
I have many different combinations in 1 table. How can I fetch it dynamically to perform some calculations further.
Can anyone please help on this
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 10:56 PM
Hi @Sai Shravan I don't want to fetch the records on the basis of user input. Can't we do it without user input. I want to fetch it from 1 table only and perform the calculations on that table itself based on the records fetched dynamically.