NetSuite shows in their Analytics Browser that autoreorderpoint is available in SuiteScript and in workbooks; however, a simple select top 10 autoreorderpoint from item query returns an error, and the field is not available when creating a dataset. Is anyone able to shed light on this discrepancy? Is the Analytics browser reliable?
Related
Entry Page URLs are different while calling Adobe Analytics API using Python when compared same with Data Virtuality Studio. For some orders, it's matching perfectly but for a few, it does not match. I am lost why it happens to a few orders to give a brief idea I had attached the screenshot Difference In Entry Page URL.
Thanks!
I have created saved search on Netsuite and trying to get summary for saved search using suite talk API.
I am able to get records for saved search using API but not summary result.
Is there any way to get the summary result .
Saved Search image
Thanks,
Hitesh Kumar
Currently NetSuite does not support Summary Saved Searches using their APIs.
If you attempt to complete a saved search that is a summary you get an error, “We cannot return search columns for summary saved search ”
The following is from their Suite Talk Web Services Platform Guide.
If anyone were to come up with a work around for this I would love to hear what you have.
We ended up using suite analytics and the ODBC driver for our search and it ended up matching.
I am working on creating a dashboard with web analytics. Here, I need to get most used search keywords in SharePoint online.
I know that I can get top search keywords in Popularity Trends and Search reports. But what I need is getting most used search key words in to a list which I can show them using a data view web part Or any other option.(like web part or java script)
Appreciate if any one can help me.
Thank you
I am using Azure search where it creates index on my database tables and shows results as expected.
Now I have a requirement where I need to find-out what are the words or items users have searched most or what was the pick time for search.
Is it possible to find any such reports with Azure Search?
Either by its portal or using the API or Code?
I'm on Azure Search team, thanks for using the service. Currently it's not possible, however, we understand the importance of this feature and we're working to deliver it. No exact dates yet. For now, you'd have to collect and aggregate the information you need on the client side.
For feature request like this, feel free to use our User Voice page to help us prioritize work: http://feedback.azure.com/forums/263029-azure-search
I’m using SharePoint (Business Data List web part) with the BDC. I use this to bring back data from the database, nice and simple.
However, when I do a search I receive a number of results being paged by the web page. This takes a while to bring back any search results (even when navigating between the paged data). I’m guessing (please forgive my ignorance) that all the results are returned and the paging is done on the SharePoint server, not at the SQL level. Can we do SQL paging for example SQL Paging
Please can someone shed some light on this?
Kind regards
Bones
Are you sure that is brings back ALL the data. That's really not how I saw it working. See here and here.
Use JQuery paging with list view web part.List view web part is used for populating data from sharepoint content database