table file customer_test
field_name/a30
field_desc/a30
where customer_key eq &custkey
on table hold as custudfsetup format alpha
end-run
讀取customer_test ,print field_name 和 field_desc ,條件是customer_key 等於parameter (&custkey)
table hold為custupfsetup format 成alpha
define file custudfsetup
summaryfld/a1 = 't';
field_desc1/a41 = '*' || field_desc;
field_desc/a40 = upcase(40, field_desc1, 'a40');
field_desc1/a40 = upcase(40, field_desc, 'a40');
enddefine file相當於在custudfsetup上加工字段,可以在此新增新字段
設定summaryfld的值等於t,定義field_desc和field_desc1 並且賦值。
table file custudfsetup
field_name/a50
field_desc/a40
summaryfld
on table hold as listtest
end-run
最後print所有下面需要用的字段,hold為listtest
WebFocus 中直接使用SQL 語句
engine sqlmss set default connection connection sql sqlmss prepare sqlout for select from nolock where flag y endtable file sqlout print on table hold...
WEBFOCUS 尋找和替換字串
if posit division2,division2.length,1,i2 eq 0 goto rep2 rep1 set division2 strrep 100,division2,1,1,100,division2 set division2 truncate division2 got...
webfocus 總擁有成本最低的BI平台
紐約 2011年5月2日 獨立的商務智慧型解決方案 領導廠商 information builders,今天宣布,其 webfocus bi平台 在gartner 最近的 bi 平台使用者調查 客戶評估其 bi平台 總擁有成本 中得到來自 終端使用者 的廣泛肯定 此次調查是作為gartner 商務智...