Qlikview - change title in browser - browser

when I run my app in server using access point I get this in browser (in title)
I want instead of that to write the name of my app. Any suggestions?

In Settings - Document Properties under the tab General you can change the Title.

Related

How to make Powerapps work with Param function in Web Part

I am trying to create a powerapps web part that will open a specific screen from a canvas app using parameters. I have added the web part and added the power apps web link to it. When I enter &parametername=parameter nothing shows up. I can enter the web link and parameters directly into a browser window (tried in Chrome and Edge) and the app will display properly. I can also created a button in a web part and added the link to it and it will also display the app when the button is clicked. The app is working properly with no errors, it will just not show up in the web part when the parameters are added to the link (If no parameters are added to the link, everything will display fine).
I am trying to create a powerapps web part that will open a specific screen from a canvas app using parameters. I have added the web part and added the power apps web link to it. When I enter &parametername=parameter nothing shows up. I can enter the web link and parameters directly into a browser window (tried in Chrome and Edge) and the app will display properly. I can also created a button in a web part and added the link to it and it will also display the app when the button is clicked. The app is working properly with no errors, it will just not show up in the web part when the parameters are added to the link (If no parameters are added to the link, everything will display fine).
I was struggling with this myself; just figured it out.
You need to put the full URL with parameters in to the "App web link or ID" property for the PowerApp web part. Be careful because the first parameter needs to be prepended with ? not &. The ampersand is used for additional, following parameters after the first parameter.
Note that I have omitted my TLD from this screenshot, however you will want to substitute your own here.
The example URL syntax given by Microsoft is https://apps.powerapps.com/play/{App ID}?{Query}. For me that URL looks something like this:
https://apps.powerapps.com/play/f813580f-3182-90b0-b3a9-781cfb288808?linkId=checkIn
I have one URL for checkIn and another for checkOut that I can use to display different forms.
My primary mistake was that I was only pasting my appID into the "App web link or ID" field rather than the entire URL. Remember, you can edit your Canvas Form, click on "Share" and get the Web Link from this page. This contains the full URL, minus your custom parameters. Play around with the full URL plus parameters until you get something that the web part will accept.

How to dynamically pass sql in query in Launch in context?

I need to have a button in custom Location app, upon clicking which will take me to workorder application list tab with all the workorders created on the assets of the particular location.
I am using launch in context.
I tried using WF, but the workorder is opening in main tab instead of List tab.
Work flow used
Interaction Node details
after routing, wotrack is opening like "http://hostname/maximo/ui/?event=loadapp&value=wotrack&additionalevent=changetab&additionaleventvalue=List&uniqueid=72&uisessionid=35&_tt=6e2h84jnc2qpnu9tohvo04qpdp"
how it is fetching workorder with unique id 72?
I think Launch in Context is the wrong tool. Launch in Context is used for launching the user from Maximo into some external website / application, using some data from Maximo to provide some context to that application.
Instead, it sounds to me like you should use a Workflow process with an Interaction Node. In the Interaction Node, you can specify the Application and tab to take the user to and the Relationship from the Main Object of the current app to use to find the record(s) that should be loaded in the destination app for the user.
I don't remember how to set up Launch in Context, but this web page on the URL parameters you can use should help on that part at least.
http://maximodev.blogspot.com/2012/04/maximo-urls.html
Specifically, the example using the SQL query is probably what you need, since you want to display the records (workorders) associated with the records (assets) associated with the record (location) you have. (The earlier outline of the article has the wrong URL values for the "Perform a query using a where clause" section, but the example near the bottom has the correct setup.)
http://localhost/maximo/ui/maximo.jsp?event=loadapp&value=wotrack&additionalevent=sqlwhere&additionaleventvalue=status%20in%20('WAPPR')
I think if you give the Launch in Context the part of that URL after the hostname, it will try to load it as a page at the current, which would end up taking you to exactly where you want to be, regardless of the public hostname of the server.
maximo/ui/maximo.jsp?event=loadapp&value=wotrack&additionalevent=sqlwhere&additionaleventvalue=status%20in%20('WAPPR')

How to export the OWASP ZAP Spider report to Excel?

I am running OWASP ZAP Spider on a domain and retrieving the list of URLs. In the list I can see few OUT OF SCOPE URLs as shown in the image below.
I want to export all this output into an excel (including all the entries tagged as "OUT OF SCOPE"). Can anyone please help me with that?
You can access this information via the ZAP API, which has a (basic) HTML interface.
Point your browser to the host/port your instance of ZAP is listening on and select: "Local API" / "spider" / "fullResults"
Then enter '0' for the scanId and press the 'fullResults' button. You may also need to supply your API key, which is available from the ZAP Options / API screen.
You can also change the format of the results if you want - HTML, JSON and XML are all supported.
Simon (ZAP Project Lead)
export the findings in an xml format and make sure you name the file. open the excel spreadsheet go to the data tab. from the external data section, choose the tab "from other source" and select the xml option. from there you will be directed to a dialog box where you can browse for the exported xml document. follow the prompts given and it should arrange your data accordingly

xpages: retrieving database icon

I want to rewrite the lotus notes workspace using xpages.
So far i am successful but one feature is giving me quit a headache.
How can i access the database icon of a lotus notes application.
I tried to access: http://notespath.mydomain.com/$icon. That problem with that is that
it is not using the login from the current session to access the database and
retrieve the icon. Instead it tries to get it using the anonymous id. If the
anonymous id has no access to the database i get a popup to login.
My question is: Is possible to do this with the user that is logged in to the xpage
or is there is a way to export the database icon into a notes document.
Try following instructions here:
How to extract Lotus Notes database icon?
This should give you a method to get to the DXLExporter, and it looks like the icon is in the IconBitmap object. You're still going to get .ico files out though, which aren't ideal, but could be a good starting point for what you're trying to do here.
As Aaron Brake commented, XPages engine cannot access old Domino URL format for icon. Also see this: Image URL when previewed in Notes and in Web Browser
In our applications we use dedicated 32x32 PNG image resource (img_DBIcon) which is used in XPages. Developers need to maintain this image resource.
What´s about if you change your URL to a database icon??
Don´t use http://notespath.mydomain.com/$icon
Try http://notespath.mydomain.com/DB.nsf/$icon

URL to access a defect directly in Quality Center 10

How can I create a direct link to a Defect in Quality Center 10?
In the QC UI when I right click on a defect, i see an option "Copy URL". Which gives me a URL similar to
td://[ProjectName].[Domail].[Host]:8080/qcbin/Defects?Action=FindDefect&DefectID=[Defect ID]
but when I paste this URL in IE, it does not show anything. Is there some other setting or option that needs to be turned ON for this to work?
If I have all the above details i.e. ProjectName, Domain, HostName & Defect ID can I create this URL manually (outside QC UI) and use it?
EDITED:
I was able to get this to work i.e. the link to work by:
Open RUN window by WinKey + r
type: iexplore and press enter.
This opens a new IE window and opens QC. Asks the User to login if not already and opens the UI with focus on the defect identified by the Defect ID.
Is there a way to get this to work from a Web Page Hyperlink which is being viewed from another browser.
td:// is a custom protocol which is handled by a custom protocol handler deployed by QC on first load of QC client.
It is supposed to work both from IE address bar, from run dialog (no need to enter iexplore) and as a link in email or on a webpage.
This is true as long as QC client is deployed on your machine, and the rest of IE is configured correctly to allow QC client to run in it.
HKEY_CLASSES_ROOT\TestDirector\shell\open\command needs to have the following key value : C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"
HKEY_CLASSES_ROOT\TD\shell\open\command needs to have the following key value : C:\Users\user\AppData\Local\HP\ALM-Client\server\TdComandProtocol.exe "/start_a.jsp" "%1"

Resources