Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
This must be a silly question. I know how to do a "save as" for a dashboard (don't really need that, but any way). But now I have a analysis with a lot of settings (parameters & filters) and want to reuse my work in a new analyses. But how do I make a copy, save as, or similar ?
Steps to create copy of an Analysis in QuickSight:
Go to your existing Analysis in QuickSight.
Create a Dashboard and publish it.
Return to QuickSight home page and navigate to Dashboard page and open the Dashboard that you just created.
Click on "Save As" button on top right corner of the QuickSight window.
It will allow to create a new Analysis from this Dashboard.
There, you now have a copy of the original Analysis!
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I try to use VBS to automate Excel download on Sap Business Client. Normally I would use the following option:
Using settings option to record VBS
This works great when interacting with transaction.
Lately I came across a different type of GUI-which looks different. In this screen there is no scripting option and even after I tried to record from a transaction and interact with it, it fails.
This picture shows how it looks on the tabs menu (it has Sap logo instead of normal transaction logo):
Tab menu report logo
Unfortunately I use Sap in an organization that does not allow for full code sharing, so this is why I attached only screenshots.
Any help or even a link to a documented API to interact with such type will be very appreciated.
I tried to search for any ideas, but couldn't find anything.
My guess is that the object type needs to be different than SAPGUI or SAPGUISERVER:
Set SapGuiAuto=GetObject("SAPGUI ")
But again, no other option works.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
been working with xcode for about week. working with a project from github with images already added. i want to change the design of those images, so
ive been opening in finder, open with photoshop, change the design, save as then the photo shows up in xcode in its correct place, however the image does not show up in simulator.
can you please go through the proper process of saving images for xcode?
1.Well photoshop the picture (obviously)
2.Go to "file" and then go to "save as"
3.When you are there save the image as a "png" (you select to change it to png next to where it says "format")
4.Then drag that png file into the "supporting file" in your xcode project.
5.From there you go to the "imageview" and select the "png" file
I hope this helps.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to evaluate a current existing website's sitemap and structure. Normally i utilize a patchwork of utilities and programs and end up creating the visual site with either illustrator or slickmaps for a browser based solution.
I have started down this road again and realize this site is much too large to do this all by hand. My "dream" solution would create an attractive diagram of the website possibly from an xml file, and show cross linking and those kinds of relationships. The icing on the cake would be if i could also get it to mashup with google analytics site visitation metrics - but that would probably be asking too much...
Any help appreciated...
Shawna
Do you need sitemap for seo? We use at http://applehub.us/ huge xml file generated by script. I think it would useless create site map for users
For building flow diagram of a website you can try the Site Visualizer software.
Run the app, create new project, enter URL of the site, then click Start button. After the site will be crawled, go to Visual Sitemap tab and click Draw button. Similar visual structure of the website will be drawn:
Click on a page in order to highlight all its outbound links. Click on Save button to save the diagram to an image file.
More info is available here.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I can see hidden files, but cannot see superhidden.
This is not a Delphi setting or an OpenDialog setting. It's a Windows shell setting that the user can configure for herself, and you certainly shouldn't go messing with it.
If you want to change it on your own machine so that these files are visible, you can follow these steps:
Open Control Panel.
Open the Folder Options control panel.
Switch to the "View" tab.
Clear the check box labeled "Hide protected operating system files (Recommended)".
Click OK.
There's an excellent answer to this question at Raymond Chen's blog: When people ask for security holes as features: Hiding files from Explorer.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I'm creating an installer for my software (with NSIS) which creates shortcuts on the desktop and start menu. By default these are created in the current user area but I could change this to install in the all users area.
What is the correct thing to do? Is there a correct thing to do?
Why would you do that? That seems a little invasive to me. I would add an option if anything and ask for the admin's password.
I typically agree with Brandon's comment although it depends on the environment. If you're installing within an organisation and all users within the organisation (or department, or whatever) are likely to need access to your app then you can create the shortcuts for all users. If you're creating an installer for public users then only create the shortcut for that person and provide the option for all users.