Forum Discussion
rajasekar_o
2 years agoHelper V
scheduled refresh error
While I am schdule refresh the data I am getting error.
There is no value of id but is shows error during schedule refuresh.
how to solve this error?
3 Replies
- mussaendaCommunity Champion
Hi rajasekar_o,
The search you are using is only for the top 1000 rows.
Use the Number filter instead (above the search bar you are using)
- rajasekar_oHelper V
i search with number filter ,i have the id value one time ,but its shows the same error
- mussaendaCommunity Champion
You can group your table by id and count the rows to check the duplicate.
Then remove the group step after you see the culprit.
Better to refresh the data before doing this.
Also, wouldn't it be better if your data type for the id is whole number instead of decimal?