Hello there!
Today let’s talk about how to create a back button in a MicroStrategy Web.
That’s pretty easy, just do that:
1. Create a new document;
2. Insert an HTML Container and paste this tag:
<a href=”javascript:history.go(-1)”>Back</a>
Just run your document and click on this link. You will go back to the previous page that you were visiting.
Tip: You can also you images to create this link.
Hope it helps!
God bless you!