I've uploaded data (csv) into my spotfire desktop client.
The data loads in fine and I can switch visualization type.
However it won't let me change visualization properties. When I click the button nothing happens.
I've tried different datasets and rebooting spotfire and the same thing happens.
Related
I need some help with this issue. But first I should explain a little more of the use case.
I have a dashboard with 25 woksheets (graphs). Each worksheet is visible to the user, so if he wants to export a single graph, it should be possible. For achieve that, I think it may be an option to use the standard Download function in the server final user view, and select the wanted format (PowerPoint, PFD, etc). The dashboard size is 1400px (w) by 6100px (h) , and each worksheet has 1400px (w) by 400px (h)
When I try to export the worksheets (individually or not), or selecting them from the option "Export selected views", the layout of the graphics is wrong for the PowerPoint or PDF formats (too streched and thin). The user wants 1 worksheet per page, covering entire page.
I have to mention that when I do the same export in the edition mode on Server or Desktop, the export works well! Only works wrong in the web server user view.
In app maker I have created a drive picker to add project files to a project tracking app. I have everything working the way I want to (thanks to some app maker samples & videos) except for the icon of the document. When I use the picker to select a file, or multiple files, the selected files are then shown in a list above the picker. File name, url link both work but icon will not show up. Any ideas? I've been working on this seemingly minor thing for hours with zero luch.
I have a model, called Files, set up. In it I have Name, Url, and Icon. In the properties for the picker, I have name and url bound to the appropriate datasource items and I have the following code bound to onDocumentSelect. I got that code from a video where a guy was doing basically what I'm doing except it worked on his. I've watched the video a hundred times probably to see if there's anything I did different.
widget.datasource.item.icon = result.docs[0].iconUrl;
widget.datasource.createItem();
This should retrieve the icon of the selected docs, after they're selected, and create the icon item in the datasource. What am I doing wrong? Or is there another or better way to do this?
For some reason, the web import fails with this website! What I am looking for is the table that is generated after choosing the needed filter.
https://support.microsoft.com/en-us/lifecycle/search?alpha=windows%2010
The required table appears in the "New Web Query" window, but when I click import if fails to import returning an Error Msg "This web query returned no data".
Thanks,
These steps work for me:
Create a new blank workbook (I'm using Excel 2016.)
Go to Data tab → From Web
In the From Web window paste: 1https://support.microsoft.com/en-us/lifecycle/search?alpha=windows%20101 and then click OK
Click Table 0 and then Load
A few seconds later the data is loaded.
Update:
I noticed that after I repeated the same steps 3 or 4 times, the page no longer loads for me, which is likely due to the site detecting scraping and temporarily blocking me (and probably the same for you).
Anyway here is a link to a workbook via Jump Share with the table attached & loaded for you. Note that it won't work on the web version, you'll need to download with the blue Download button.
Let me know if it works for you.
Update #2:
An alternative option is to use the pages' CSV Export rather than scraping the page:
Go to Data tab → From Text/CSV
In the Import Data dialog, paste this address:
https://support.microsoft.com/api/lifecycle/GetProductsLifecycle?query=%7B%22names%22:%5B%22windows%252010%22%5D,%22years%22:%220%22,%22gdsId%22:0,%22export%22:true%7D
Leave the defaults as-is assuming they are:
File Origin: 65001: Unicode (UTF-8)
Delimiter: Comma
Click Load. A moment later, the data appears as a table on a worksheet.
🇨🇦
I'm new to Domino Designer. I'm trying to modify an existing application which is running on a remote server. I create a blank xPage and view in browser and it works. I add a label and view in browser and it works. I add a combo box and setup a data source for my xPage. The data source is in the current application and I'm using a view. I setup my combo to point to that data source and specify BindTo value. I view it in browser and I get Error 500 "HTTP Web Server: Command Not Handled Exception" I can open the view that I've used and see all the data in the view. I can even add, edit, and delete from the view.
Ideas... Thnxs in advance.
Additional Info. I've added a "View" from "Container Controls" and used the same data source and the same view and it also works in the browser.
The error being printed is:
javax.faces.el.PropertyNotFoundException: Error getting property 'CompanyName' from bean of type lotus.domino.local.View
com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:119)
com.ibm.xsp.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:144)
com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:182)
com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:163)
com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.j‌​ava:257)
com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:150) ....
This was already answered in the comments, but I want to write a better answer.
The problem in this case is that a view data source is being used for editing a document. Directly, this is not a possibility, though there are a few great ways to get around this. The first way, and my favorite, is to use an inline form. I think the Extension Library Demo database offers a few great examples of how to go about doing this. One way is to use a tooltip dialog. Another way is an inline form. A repeater is used and for every row in the view, a hidden panel can be made which contains the document data source and all field which are required to be changeable. By clicking on a button or link, the panel is made visible. This is my favorite variant because it is simple, quick, and generally looks great.
Another way to go about this is to have a view data source only, but use scripts to retrieve the document and set the values in the background and then save and release. It all depends on what you are trying to achieve.
My main recommendation is to look at the ExtLib demo and take a look at what they are doing there.
in SharePoint 2010, I have an ASPX page with a kendo UI grid.
I have configured the grid to have the column Grouping feature turned ON.
groupable: true
the grid loads, and the toolstrip above the grid, tells user to drag'n'drop columns, in order to have them grouped.
However, I cannot drag'n'drop column header: the 'drag' does not start.
The same code works fine outside of SharePoint (in a ASP.NET project).
It looks like SharePoint javascript is preventing kendo UI from receiving the 'drag' event ?
note: the feature to re-order columns also does not work (also because the 'drag' operation does not start)
There are no browser errors (in Chrome console, OR in IE9 console).
has anyone experienced similar issue - or maybe you know how to prevent SharePoint from blocking the 'drag' event ?