2016-02-17 77 views
0

我用卡片模板創建了一個經典報告。但我注意到輸出是意想不到的。 SQL查詢如下Oracle中的卡片報告APEX

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 ReportExpected output

+0

你的問題是什麼?爲什麼結果出乎意料?你會期待什麼? – Typo

+0

@Typo附加的左圖是實際結果,右圖是預期結果。謝謝 – Jonas

回答

1

我覺得你的形象(預期結果)是從這個website

如果我是正確的,那麼你應該去該項目的github,並停止關於如何將該模板安裝到您的apex應用程序的說明。在安裝模板之後,您就可以使用該sql查詢並獲得與圖片中相同的輸出。