Hello:
When the Analyst Main screen initially loaded, it seems the Goto button is it overriding the Preparation aggregate list of the table even though Goto has not been submitted. Goto button redirect to another screen when pressed.
thanks
Hello
I think the issue is because Your local variable GoTo holds Integer value and by default the value is 0
and when you load your screen since the aggregate from which we are fetching the data is filtered by the same local variable, and when the value is 0 then no records will show because the records in our aggregate are all non zero and it cannot be 0, so in that case try to convert that variable to some other data type or assign some value to it, or you can remove the filter from your aggregate
Hope you understand
Best Regards
Tousif Khan
Yes, you right somehow I forgot to remove the local variable for Goto in the table's aggregate .
thanks alot.
You are welcome :)
I am glad I was able to help
Tousif khan