46
Views
11
Comments
Solved
How to make "onSearch" but using data action as a source
Question

How to make "onSearch" but using data action as a source, so every input will change the table data. 

2024-01-04 09-21-21
Venkatesaiya
Solution

If you using the aggregate inside the Data-Action,
you can fallow this
1. First you can filter the data by Input variable in data source
eg:EntityName.attribute like "%" + Inputvariable + "%"
2.Create  one Onchange Action in Input.
3.Refresh the data action in that Onchange client action. 

You are  using Aggregate directly
Fallow the First and second steps.
In third step you can refresh the Aggregate.

hope it helps ,
Thanks



2025-06-01 02-51-51
YASH PAL
Solution

Hi kavin you can do that in data action also you just need to pass that search variable and apply the search on what ever you used like aggregate or data action. and after that refresh it on the on change event of input.

UserImage.jpg
Naveen Theja
Solution

Hi kevin,

as my knowledge this is the best solution. 


2024-01-04 09-21-21
Venkatesaiya

Hi kevin,
1. First you can filter the data by Input variable in data source
eg:EntityName.attribute like "%" + Inputvariable + "%"
2.Create  one Onchange Action in Input.
3.Refresh the data action in that Onchange client action. 

Thanks

UserImage.jpg
kevin wijaya

i think we can't do that in data action bro, it's just for aggregate

2024-01-04 09-21-21
Venkatesaiya
Solution

If you using the aggregate inside the Data-Action,
you can fallow this
1. First you can filter the data by Input variable in data source
eg:EntityName.attribute like "%" + Inputvariable + "%"
2.Create  one Onchange Action in Input.
3.Refresh the data action in that Onchange client action. 

You are  using Aggregate directly
Fallow the First and second steps.
In third step you can refresh the Aggregate.

hope it helps ,
Thanks



2025-06-01 02-51-51
YASH PAL
Solution

Hi kavin you can do that in data action also you just need to pass that search variable and apply the search on what ever you used like aggregate or data action. and after that refresh it on the on change event of input.

UserImage.jpg
kevin wijaya

Hi Venkatesaiya, sorry for late respond. It works what you said, thank you so much bro

UserImage.jpg
kevin wijaya

yeah Yashpal, i follow your instruction. Thankss 

2024-01-04 09-21-21
Venkatesaiya

it is possible to share your oml

UserImage.jpg
kevin wijaya

sorry bro i can't

2024-05-22 06-12-56
Vignesh Prakash

Hi @kevin wijaya

Can you please share the flow of the data action if possible?

Thanks,
Vignesh Prakash.

UserImage.jpg
kevin wijaya

It's solved bro, thanks to try helping

UserImage.jpg
Naveen Theja
Solution

Hi kevin,

as my knowledge this is the best solution. 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.