简体   繁体   English

Oracle Apex 交互式报表与交互式网格

[英]Oracle Apex Interactive Report vs Interactive Grid

I've used them both, but I can't seem to find any advantage to Report vs Grid.我都使用过它们,但我似乎找不到 Report vs Grid 的任何优势。 Grid gives the developer much more options and flexibility, and I didn't find any place that really compares pros and cons for each.网格为开发人员提供了更多的选择和灵活性,我没有找到任何地方可以真正比较每种方法的优缺点。 Any Reason to use Report over Grid?有任何理由使用网格报告吗? Thanks谢谢

I developed a set of applications in APEX from 5.1 to 19c and I'd like both, IG and Reports, however I use them in different scenarios:我在 APEX 中开发了一组从 5.1 到 19c 的应用程序,我想要 IG 和 Reports,但是我在不同的场景中使用它们:

  • Obviously if you want a IG for manipulation of data, then IG is your only option.显然,如果您想要一个 IG 来处理数据,那么 IG 是您唯一的选择。
  • If you want a Report, but you want to give the user endless options with it like download the content in csv, apply filters, create rules with the data visualisation like applying colours to rows that match different criteria.如果您想要一份报告,但又想为用户提供无穷无尽的选择,例如下载 csv 中的内容、应用过滤器、使用数据可视化创建规则,例如将颜色应用于匹配不同标准的行。 Then IG is your option那么IG是你的选择
  • If the report is static and you don't want any interaction on it, then use Report, it is much better for this scenario.如果报告是 static 并且您不希望对其进行任何交互,则使用报告,这对于这种情况要好得多。

Hope it helps!希望能帮助到你!

I use我用

  • reports for reporting purposes - let users view data用于报告目的的报告 - 让用户查看数据
  • interactive grids to view data in a grid, along with possibility to edit existing values or add new rows right here交互式网格以查看网格中的数据,以及在此处编辑现有值或添加新行的可能性

Although you can make both do what the "other" does (with more or less effort), their "natural" roles are as I previously said.虽然你可以让两者都做“另一个”所做的事情(或多或少的努力),但他们的“自然”角色正如我之前所说的那样。 To me, at least.至少对我来说。

OK I found one big advantage to working with Interactive Report, when working with Files/Images.好的,在使用文件/图像时,我发现使用交互式报表的一大优势。 Grid does not contain "Download BLOB" nor "Display Image" options in types, which makes it really hard to work with, and creating many compatibility problems. Grid 在类型中不包含“下载 BLOB”或“显示图像”选项,这使得它很难使用,并产生许多兼容性问题。

I've wasted 2 days trying to work with files in Grid but still failed, while in Report I managed to do that in a couple of hours and it works.我浪费了 2 天时间尝试在 Grid 中处理文件但仍然失败,而在 Report 中我设法在几个小时内完成了它并且它有效。

For all other types, I guess Grid is better.对于所有其他类型,我想 Grid 更好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM