问题标签 [nmbrs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
invantive-sql - NMBRS 的员工名单仅限于少数几家公司
我正在使用 Invantive SQL 在 nmbrs.nl 上创建一份病假报告。
默认情况下,此查询检索所有公司的数据:
这需要大量时间,因为每个公司都完成了一个 SOAP 请求,加上每个员工一个 SOAP 请求来检索缺勤。
有没有一种有效的方法将其限制在少数公司而不是数千家公司?
sql-server - 在一个会话中连接到 SQL Server 和 Nmbrs
我想在分布式事务中直接从 NMBRS 将数据插入 SQL Server,例如:
默认情况下,仅定义 、datadictionary
和别名。如何添加正确的别名?inmemorystorage
os
mail
powerapps - Integrate ADO.NET provider on On-premise Data Gateway with PowerApps
I am trying to integrate a large number of data sources available through a custom ADO.NET provider on a Windows server into PowerApps. To make the data available, I am using v14 of the On-premise Data Gateway (non-personal mode).
The gateway registers nicely, but for instance in Power BI web I can define a data source based upon a file or website.
But somehow even these file or website connections are not available for display or use in PowerApps.
Documentation is confusing; there seems to be no up-to-date variant yet and some screenshots illustrate it works, some seem to indicate the opposite.
Ultimately I would like to use a local ADO.NET provider with PowerApps to allow access to platforms such as nmbrs, Teamleader or Exact Online.
Is there a recommendation how to get an on-premise file, web-based data or an ADO.NET provider available in PowerApps?
invantive-sql - Invantive Query Tool 查询 NMBRS.nl 时出错
我想在 Nmbrs.nl 中运行查询以获取运行的日志信息。
所以我选择了一家公司:
然后进行以下查询以获取运行信息:
这为我提供了 Nmbrs 中的运行列表以及这些运行的 ID。然后我继续运行CompanyRunJournals
以获取我需要的信息:
我收到以下错误消息:
将 CompanyID 和 RunID 放在引号中也不起作用。知道我在这里做错了什么吗?
invantive-sql - 如何从前 3 个分区的数字中获取债务人
我想从 TOP 3 分区的数字中获取债务人。我正在使用此查询来选择分区:
这个查询得到债务人:
最终结果:我得到了很多债务人(比如 > 1.000),但这并不取决于我选择了多少个分区。
我想要实现的是使用此查询获取债务人公司列表
但我的最终结果是(所有债务人)X(所有分区/公司)的笛卡尔积
如何获得特定分区和公司的债务人?为什么分区是在公司而不是债务人级别,有什么原因吗?
invantive-sql - 检索不活跃的员工
我使用连接到 NMBRS 的 Invantive Query Tool 进行了以下查询。
(我想检索兼职百分比/时间表中的所有突变)
但是Nmbrs.Employees.Employees
只显示活跃的员工。我需要它,因为显示的员工 IDNmbrs.Employees.EmployeeSchedules
不是 UI 中显示的员工 ID,而是内部 ID。
我确实注意到Nmbrs.Employees.Employees
有一个额外的 where 子句(根据文档):
以下查询
给出一个错误:
未知标识符“活动”。
没有提到 Active,所以我不知道这是否可用。