Oracle APEX中的卡片报告

时间:2016-02-17 09:44:03

标签: oracle layout oracle-apex

我用卡片模板创建了一个经典报告。但我注意到输出是出乎意料的。 SQL查询如下

SELECT 'col m6' column_css_classes
        ,'<img src="https://raw.githubusercontent.com/vincentmorneau/material-apex/master/docs/img/sample-1.jpg">' img
        ,'Card Title' title
        ,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content
        ,'#' btn_link_1
        ,'This is a link' btn_label_1
        ,'#' btn_link_2
        ,null btn_label_2
FROM     dual

提前致谢。

Card Report Expected output

1 个答案:

答案 0 :(得分:1)

我认为您的图片(预期结果)来自此website

如果我没有问题,那么您应该转到此项目的github,并在那里指示如何将该模板安装到您的顶级应用程序中。在您安装模板之后,您可以使用该sql查询并获得与图片中相同的输出。