Oracle APEX 中的卡片报告
Card report in 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
提前致谢。
我用卡片模板创建了一个经典报告。但是我注意到输出是意外的。 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
提前致谢。