Hi!!
Please, I have an agregate of Tasks. I would like to use only this one on my screen (if is possible). My idea was refresh it considering navigation tab selected.
I created a local variable and I'm setting a value to filter on my agregate. But it doesent working. Inside agregate is working, but on my navigation, no result is returning.
Is it possible to work with only one agregate or do I need an agregate for each tab?
Hi @Elaine Guimaraes ,
You should be able to use only 1 aggregate for this, yes.
Are you certain that your aggregate is being refreshed, and that your local variable is changing values when you change tabs?
Did you debug to see what's happening?
Cheers!
Hi @Elaine Guimaraes, Yes, you can use one aggregate for this.Just make sure the local variable(which is used in aggregate as filter) is assigned & the aggregate is refreshed after assignment at OnTabChange.RegardsKrishnanand Pathak
It works!
Thanks guys, my mistake wan on StartIndex of agregate. It was on 1.
Thanks