Re: How to pass a parameter at runtime in BODashbaord
Hi Partha,Thanks for your reply. Where to check "On Load property for the connection is set correctly". From BODashboard, I can view the data. "the Query Template is reachable and works correctly" - Is...
View ArticleEquipment BOM
Hello Masters,Please guide me, how to create an equipment BOM. Suppose my equipment structure is like this. 1002517 is equipment number. All other components are as shown,some are created with...
View ArticleSAP MII. Make iGrid run faster
Hello Experts, While developing user interfaces based on SAP MII I am often using iGrid Display Template. I've find out that speed of iGrid reaction directly depends on its size. I understand that I...
View ArticleUsing repeater on many columns and singerow
Hi, I have tag query with 100 columns like datetime and rest all with different tag names. Like DateTime, Tag1, Tag2...........Tag100. Query returns all tag values in one row. Now I want to...
View ArticleRe: Using repeater on many columns and singerow
You can repeat on the Columns to get the names. Repeater XPath: Document_0.Output{/Rowsets/Rowset/Columns/Column} Link editor to get column name XPath: Repeater_0.Output{/Column/@Name} or...
View ArticleAccess DBF files using PCO
Hi There, I am trying to access DBF file data using PCO.But i failed at the end with PCO query couldn't get available columns from table. Steps i did :Created System DSN with 'Microsoft dBase Driver...
View ArticleUpgrading the MII 14.0 SP4 patch error
Hi All, I have installed 14.0 SP4 and it works fine.But I again try to update the patch for that by running the SUM again. But I am not able to start the STARTUP.BAT and DSU also.It throws the below...
View ArticleRe: Using repeater on many columns and singerow
Hi Christian, Thanks for your answer. I am getting column name and values on repeater. But I want skip the first column which is DateTime. I dont want this column to be repeated . So to do this I have...
View ArticleRe: Using repeater on many columns and singerow
Hi Christian,I have skipped first column using condition block.Thankyou,Rakesh.
View ArticleRe: Using repeater on many columns and singerow
Hi Rakesh, The XPATH you are using to skip the 'DateTime' column is correct and works fine for me.Just make sure the column name is exactly in the same case as you are getting in your tag query,...
View ArticleRe: Upgrading the MII 14.0 SP4 patch error
Hi All, Got the solution. The STARTUP.BAT file is been placed in the installation directory(usr/sap) and then it works fine. Also I have installed the patches and all working fine. Any way thanks for...
View Articlei5Grid MII 14 MDO Filter Expression
Hi Guys, I am building a sample webpage to display MDO query data using I5Grid. I am not sure if I am missing any lines. attached is my code and the webpage is empty with no errors on the browser...
View ArticleRe: SAP MII. Make iGrid run faster
Hello Christian, If I'll run transaction or queries which are providing data to applets in Workbench they will work in an appropriate speed. I just would like the same speed for data loading to...
View ArticleRe: SAP MII. Make iGrid run faster
Hi Vitaly, I am not sure which Version of MII you are running but there is one important thing to know about using Displaytemplates like iGrids . In the layout section of your e.g. iGrid, you should...
View ArticleRe: i5Grid MII 14 MDO Filter Expression
Hi, Try mentioning CSSE in single quote like this 'CSSE'. Itried like this in my example and it worked for me. you can even check the filter exprn which is applied using getFilterExpr method....
View ArticleRe: SAP MII. Make iGrid run faster
Hello Roland, If I've understtod you correct, in layout I should select the columns to display form all the possible columns in query? Please see the screenshot below: Is that correct? Please explain...
View ArticleRe: Access DBF files using PCO
Hi Hari, Which version/SP/patch level of PCo are you using? Which version/SP/patch level of MII are you using? Before starting the Agent Instance change the Log Mode to Verbose and clear the log....
View ArticleRe: SAP MII. Make iGrid run faster
Hi Vitaly, yes, that's correct. Does it help or was it this way already? best wishes,R.
View ArticleRe: SAP MII. Make iGrid run faster
Hi Roland, That configuration was already implemented. Anyway, thank your for advice! Maybe it will help another one who will face this issue. Best Regards,Vitaliy
View Article