Cognos download charts in a report - cognos

I am trying to use the 'download chart' option which is seen when we right click on the chart in a cognos viewer. When I click this option it shows the 'webpage cannot be diplayed' message. I am using 10.2 version of cognos. Is there something which needs to be enabled in the report to download charts.
Thanks.

Yes I see the URL of the page when it gives the "webpage cannot be displayed message". But it is inserted between an XSSTART and XSSEND as XSS filtering option is enabled in our cognos configuration. Do you think this might be the issue..The URL looks something like this below
xssstarthttp://servername/ibmcognos/cgi-bin/cognos.cgi?REMAINING URL&download=trueXSSEND
Thanks.

Related

Configuring Spotfire 7.02 Display Engine

I'm using an outdated Spotfire version (7.02) on a client and got stuck while trying to use an <iframe> element inside a Text Area.
This is the code that I used:
<iframe src="http://my.address.here.com" STYLE='width:90%; height:90%;'>
For some reason, instead of embedding the page in the dashboard, it just shows a blank space in the Text Area and automatically opens a new window/tab on my default browser with the address inside the src.
Spotfire 7.02
I tried the same code on Spotfire 7.11 and it worked perfectly.
Spotfire 7.11
Diving deeper in my research, I've found out that Spotfire 7.02 uses Internet Explorer 7 display engine, while 7.11 uses Chromium 60.
Even with Internet Explorer 7, it should be possible to use the without any issues.
Is there any way to check the display engine configurations for Spotfire 7.02 or even (long shot here) updating "just" the display engine for it?
Thank you very much

I want to display a logo in PictureBox control irrespective of ImageURL in DevExpress Report control?, how could i do this?

There one Print i'm generating in DevExpress Report COntrol and I wanted to show Company logo in the print.
Someone please help me to show image as logo in XRPicturebox control without Database binding and without providing ImageURLi.e. irrespective of path...
Yes you can set Image via Image Property. Goto XRPictureBox properties and on the Image property click on ... symbol to browse and set the image.
Hope this helps

Removing the url field from orchard comments

Looking to remove the Url field on a blog in orchard.comments modal. The problem is that the URL get linked to the username and i do not want my site linking to explicit sites or other content. I have tried display:none on the css but it would not take a genius just to display:block it.
Thanks in advance.
Edit the content type and disable Allow custom patterns in the autoroute section.
Of you just dont want to display the field, download Designer Tools and use Shape Tracing to generate the view and then customize it as you need.

Nintex forms 2013 not working with Custom Master Page in SharePoint 2013

I am using custom master page and installed the nintex forms 2013 in my sharepoint 2013 environment.
When I click on any New Item which contains the Nintex form getting below error.
The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.
Fixed It...
Open custom master html file...
get this from header:
<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->
Cut it out...
go to the body part... find div with the id "s4-workspace" and paste the code before this div like this:
[...]
<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<div id="s4-workspace" class="s4-nosetwidth">
[...]
Hope this helps!
Microsoft Support confirmed that this snippet belongs in the body.
It's put in the head by the code generated to produce a Minimal Master page, and that's confirmed as a bug.

Getting page status history in Sharepoint

I need to get all dates and people modifications to currenlty displayed page, all changes which have been published and end user can see difference between them.
My page is aspx connected to pageLayout in which is richhtmlfield with article.
How to do that? Is it possible to do that ?
If this is for Contributors while the page is in edit mode, they can select Tools > Version History from the toolbar. Otherwise, you can add a link on the page to Versions that is available to all users:
<a href="/sites/mysite/_layouts/Versions.aspx?list=[GUID]&ID=[ID]&FileName=%2Fsites%2Fmysite%2FPages%2FcurrentPage%2Easpx>Modifications</a>
You will need to fill in the values of the list, ID, FileName parameters manually. To generate the link automatically, I would build a custom page layout that generates the URL in Page_Load as follows:
RevisionHistoryAction versions = new RevisionHistoryAction();
string url = versions.NavigateUrl;
RevisionHistoryAction is in the Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace.

Resources