I want to only have it pull a specific relationship (Part AML) if a custom date field "Valid To" is greater than the current date. I am able to create the Where that compares it against a specific date, but this query definition is pulled by another process…
Hi community,
Does anyone of you use the 'Federation ItemType Sample v3-1'? It´s a sample project that can be used to access external SQL database data via federation more easily. It basically contains a configuring ItemType that helps to setup the…
Hi Community,
can anyone of you share some experience when using ItemTypes that contain a large number of items?
I have a Innovator ItemType that is intended to store up to 1-2 Million items for the start. For me this amount of data is already "a…
Good day all. This error just started with a couple of our reports. I have not made any updates to the RDL files, so I don't understand why this is occurring. Any help would be greatly appreciated. Thank you.
Hi community,
inside Innovator the "SQL" ItemTypes contains some Procedures, Functions and other things used for internal purposes:
It´s also possible to add own custom items. Common for example is the use of procedures that can be called e.g. this…
I want to display the results obtained by SQL in a TreeGridView, but I want to implement it. QueryBuilder does not allow me to achieve this. Can I display TGV trees? I want to narrow down my search by conditional branching.
Querying a SQL view I built in SSMS from an Aras server method:
string SQL_View = "innovator.my_custom_sql_view";
string SQL = "select * from " + SQL_View; Item SQL_qry = inn.applySQL(SQL);
This is quick for me because I do a lot in SQL, but I know…