I have an analytic app and depending on what is entered it could result in no records.
The last thing the app does is remove dup rows. When there are no records returned, it will error out.
I know this should be simple but for some reason I can't figure it out.
What I want to do is to say if there are no records display an custom error message if not then go on through to the unique tool and complete the workflow.
Any ideas?