Tell us what you are trying to do?
create a view to display custom fields on single posts.
I created a view ( 2 different ones) to display on single posts.
they are showing but its duplicating over and over and over.
the view needs to show:
1) redirect link
2) download link
You actually don't need to create a view to add the custom field data to the page. You can actually do it by adding the shortcodes directly to the page template itself.
If you are using a content template for this page then you can simply just add the shortcodes directly to the content template. What I mean is that the same place that you've added the view shortcode you can just add the fields shortcode directly to the template.
The reason why this is occurring is because you view is looping through all the posts.