Re: UI5 chart and grid loading time
Hi Swaroop, Transaction logic like data coming from data source m converting dynamically to json object and giving this data to UI5 grid/chart. But i observed one thing: If i test loading time on local...
View ArticleRe: MII 14.0 with OSI PI Soft Connectivity
Hi Shanmugam, Please refer to the help documentation below: PCo: OSISoft PI Source Agent Query Process with SAP MII MII: PCoConnector Regards, Steve
View ArticleRe: MII 14.0 with OSI PI Soft Connectivity
Hi Steve,Thanks for your reply.Could you please confirm do i need to install the PI SDK version 1.3.6 or higher in PCo server or is it in the MII Netviewer.From Where can i get the PI SDK version...
View ArticleRe: PCO - UTC functionality is not working
Hi Steve, Thanks for the reply.I just picked the Timezone from the client PC through javascript passed into BLS and converted the "Timezone". RegardsR.Prakash
View ArticleRe: i5Chart not rendering
Hi, I tested PCoQry its returning data.I tested the same in html/applets and its rendering the bar chart. Log message: Script console debug logs(INFO/LOG level) allowed: false i5Chart.js:12014-05-06...
View ArticleRe: i5Chart not rendering
Hi Sridhar,A few questions based on the above log:1. Is the display template configured for automatic refresh.2. Will it be possible to share the query result or the structure of the query output? The...
View ArticleRe: i5Chart not rendering
Hi Ria, 1. Yes,'Automatically Refresh' is enabled.2. Let me know if you need more information. Thanks,Shridhar.
View ArticleRe: i5Chart not rendering
Hi Shridhar,Thanks for the information. I just want to confirm that the query result shown in the above screenshot and the one that is being passed to the i5Chart are similar(i.e., returns just 1 row)....
View ArticleRe: i5Chart not rendering
Hello Ria, I tried by unchecking auto refresh and still not working. I will update to SP5 and test. Best regards,Shridhar
View ArticleRe: i5Chart not rendering
Hi Shridhar, I'm still not sure about the actual issue behind the chart not getting rendered, hence not sure if updating to SP05 will fix the issue. Hope it works, do let us know the result. Regards,Ria
View ArticleHow to get UI5 Chart selected data set index
Hi experts, I am facing problem with ui5 bar chart. i am not able to get the selected data set index of selected bar on the chart. I am using below method, but not getting any result from this method....
View ArticleRe: How to get UI5 Chart selected data set index
Hi Venkat, If what you need is the index of the selected bar, then try this: ObjectName.getChartObject().getSelectedPoint()getSelectedDataSetIndices() - returns the dataset(legend) item index for...
View ArticleiChart - Default Colouring
Hi All, I am using SAP MII 14.0 SP5.My requirement is that, I need to use the default colour for all the MII charts I am creating.So Whenever I open the ichart in the workbench need to show the default...
View ArticleRe: How to get UI5 Chart selected data set index
Hi Ria, I tried with ObjectName.getChartObject().getSelectedPoint() method, getting index of data set point but I need the dataset(legend) item index and i registered chartSelectionEventHandler event...
View ArticleRe: Hot to divide string into parts?
Hi Christian, Yes i have done that already, but the thing is how can i map that 3 parts to some others vaiables. Output XML is coming like below. So how can i map those 3 parts to other variables.
View ArticleRe: Hot to divide string into parts?
You can put the row index in your expression xpath ,something like {Rowsets/Rowset/Row[1]/item},{Rowsets/Rowset/Row[2]/item} etc ...
View ArticleRe: Hot to divide string into parts?
Yeah it is working now thank you very much Christian....
View ArticleChange Web-service destination system
Hi There, How to change the WS destination URL for WS action block based on the host system. I have a BLS in DEV system calling a webservice from 3rd party DEV system . When i promoted this BLS to...
View ArticleRe: Change Web-service destination system
Similar to creating ENDPoint in ECC with different configuration in the system landscape. Where as WS proxy stays the same.
View ArticleRe: Issue with i5Chart displaying no data
In the Transactinon - I have defined InspectionDate Time and SUM_OF_AVG in the Outgoing. When I run the Query it displays the table with values of InspectionDate Time and SUM_OF_AVG. But when I run the...
View Article