As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
If I run two visual discovery reports simultaneously that both access the same data source, then changes to the first report will also change the second report. So if the data is CAR, and I filter country = England in one, only England will show in the second report as well.
This is by design and is usually the desired behaviour.
However, I have a situation where I need the two reports to be independent of each other. As if there were two data sources car1.txt and car2.txt with the same data in them.
Does anyone know whether this is possible? Is there a way, with javascript maybe, to state that the data source for a report should be contained in its own memory space?
Thanks in advance.
JodyeThis message has been edited. Last edited by: Kerry,
Thanks for answering. There are no master files in visual discovery. Just data sources. I can create as many as I like.. car1.txt car2.txt car3.txt etc etc.
My problem is that I need them on the fly. One user will need to run X reports against the same data source at the same time. So he will have X windows open and each one must be completely unique.
You made me think that I can create 10 copies of all my files and then use javascript each time the user opens a new report so the name of the data source is carX.txt with X plugged in. That would work... but would be a bad solution. I would have extra copies of data potentially for nothing, and there would be a limit of ten. what if eleven are wanted.