SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
6/13/2014 @prompt function in universe | HACK BO 
HACK BO 
Anything related to bo 
Home 
About me 
sitemap 
Type text to search here... 
Date prompt in universe 
October 9th, 2013 huangli+ No comments 
Almost all the BO reports has a prompt to filter data, the date filter plays an important role in report filter, so 
today I am going to summarize some of the most used @prompt in universe. 
Background 
Database: Oracle 
BO: BO 4.1 sp6 
The database function list: trunc, sysdate, last_day,add_months. 
The green character: the variable in function, the variable name may change depend on your system environment. 
The orange character: the orange character is the function script. 
1. Date range filter 
Appearance: Date range filter @prompt function . 
Functionality: The user may use the default current parameters, which means current year and month, or select 
the date he/she wish. 
Implement: 
Datebase.date column BETWEEN 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = 
‘Current’ then trunc(sysdate,’yy’) 
else 
trunc(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’),’yy’) 
http://hackbo.com/2013/10/prompt-function/ 1/5
6/13/2014 @prompt function in universe | HACK BO 
end 
AND 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = 
‘Current’ then LAST_DAY(TRUNC(sysdate)) 
else 
LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’)) 
end 
2. Begin of the year to selected date filter 
Appearance: Date range filter @prompt function. 
Functionality: The user may use the default current parameters, which means current year and month, or select 
the date he/she wish. e.g. the user may select 2013-03, then the date range would be 2013-1 to 2013-03. The 
start month would always be the January and the year is the user selected year. 
Implement: 
Datebase.date column BETWEEN 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
then trunc(sysdate,’yy’) 
else 
trunc(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’),’yy’) 
end 
AND 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
then LAST_DAY(TRUNC(sysdate)) 
else 
LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’)) 
3. Past 12 months filter 
Appearance: Date range filter @prompt function. 
Functionality: The user may use the default current parameters, which means current year and month, or select 
the date he/she wish. e.g. the user may select 2013-03, then the date range would be 2012-3 to 2013-03. The 
user may want to see the trend in the past 12 months, so this kind of prompt is very popular. 
Implement: 
Datebase.date column between 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
http://hackbo.com/2013/10/prompt-function/ 2/5
6/13/2014 @prompt function in universe | HACK BO 
then add_months(trunc(sysdate,’MM’),-12) 
else 
trunc(add_months(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’),-12)) 
end 
and 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
then LAST_DAY(TRUNC(sysdate)) 
else 
LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’)) 
end 
4. Past n years filter 
Appearance: Date range filter @prompt function. 
Functionality: The user may use the default current parameters, which means current year and month, or select 
the date he/she wish. e.g. the user may select 2013-03, then the date range would be (2013-n)-01 to 2013-03. 
The user may want to see the trend in the past few years, so this kind of prompt is also very popular. 
Implement: 
Datebase.date column between 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
then trunc(add_months(sysdate,-12*n),’YYYY’) 
else 
trunc(add_months(LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date 
object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1),’YYYY-MM’)),-12*n),’YYYY’) 
end 
and 
case when 
@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ 
then LAST_DAY(TRUNC(sysdate)) 
else 
LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, 
{‘Current’},User:-1),’YYYY-MM’)) 
end 
You may customize the script for your own needs, hope it may helpful for you:-) 
http://hackbo.com/2013/10/prompt-function/ 3/5
6/13/2014 @prompt function in universe | HACK BO 
li huang 
Follow 
Copyright secured by Digiprove © 2013 HuangLi 
Some Rights Reserved 
0 
0 
Categories: Universe, Webi Tags: Prompts, universe, webi prompt 
RSS 
Tag cloud 
webi logs Apache BO awk shell webi wis js Mobile geomap maximizing performance FWM query operator sdk cms function webi 
prompt cookie SIA ssl system database requested performance Oracle sso Prompts Administration opendocument Weblogic cms 
universe IES 10901 Mobile chartset input control ep query builder jco cluster Dashboard ticket connection pools apache Xcelsius lov 
chrome extension 
Categories 
Administration 
Architecture 
Mobile 
optimization 
Query builder 
sdk 
Tools 
Universe 
Webi 
Xcelsius 
Blogroll 
http://hackbo.com/2013/10/prompt-function/ 4/5
6/13/2014 @prompt function in universe | HACK BO 
Ads 
Top WordPress 
Copyright © 2011-2014 HACK BO 
Theme by NeoEase. Valid XHTML 1.1 and CSS 3. 
All original content on these pages is fingerprinted and certified by Digiprove 0 
http://hackbo.com/2013/10/prompt-function/ 5/5

Más contenido relacionado

Destacado

Sec lesson plan_template
Sec lesson plan_templateSec lesson plan_template
Sec lesson plan_template
rhondahall
 
Media q2
Media q2Media q2
Media q2
whuluke
 
Yi's SWMS210 presentation
Yi's SWMS210 presentationYi's SWMS210 presentation
Yi's SWMS210 presentation
Yi Xu
 
Slide Share Pictures
Slide Share PicturesSlide Share Pictures
Slide Share Pictures
dorris49882
 

Destacado (20)

Question seven
Question sevenQuestion seven
Question seven
 
Sec lesson plan_template
Sec lesson plan_templateSec lesson plan_template
Sec lesson plan_template
 
Remove Windows Stability Maximizer In Few Simple Automatic Steps
Remove Windows Stability Maximizer In Few Simple Automatic StepsRemove Windows Stability Maximizer In Few Simple Automatic Steps
Remove Windows Stability Maximizer In Few Simple Automatic Steps
 
Remove Hotmail Hacker - Guideline For Automatic Removal
Remove Hotmail Hacker - Guideline For Automatic RemovalRemove Hotmail Hacker - Guideline For Automatic Removal
Remove Hotmail Hacker - Guideline For Automatic Removal
 
Media q2
Media q2Media q2
Media q2
 
Yi's SWMS210 presentation
Yi's SWMS210 presentationYi's SWMS210 presentation
Yi's SWMS210 presentation
 
Remove Windows Premium Guard In Few Simple Automatic Steps
Remove Windows Premium Guard In Few Simple Automatic StepsRemove Windows Premium Guard In Few Simple Automatic Steps
Remove Windows Premium Guard In Few Simple Automatic Steps
 
How to remove System Protector From Your System
How to remove System Protector From Your SystemHow to remove System Protector From Your System
How to remove System Protector From Your System
 
Q3
Q3Q3
Q3
 
Get Rid Of Windows Advanced Security Center
Get Rid Of Windows Advanced Security CenterGet Rid Of Windows Advanced Security Center
Get Rid Of Windows Advanced Security Center
 
How To Remove Windows Safety Module Form Your System Immediately
How To Remove Windows Safety Module Form Your System ImmediatelyHow To Remove Windows Safety Module Form Your System Immediately
How To Remove Windows Safety Module Form Your System Immediately
 
Remove Windows Safety ManagerIn Few Simple Automatic Steps
Remove Windows Safety ManagerIn Few Simple Automatic StepsRemove Windows Safety ManagerIn Few Simple Automatic Steps
Remove Windows Safety ManagerIn Few Simple Automatic Steps
 
Workshop de Estrategias Digitales para PyMEs 2.0
Workshop de Estrategias Digitales para PyMEs 2.0Workshop de Estrategias Digitales para PyMEs 2.0
Workshop de Estrategias Digitales para PyMEs 2.0
 
Battleship
BattleshipBattleship
Battleship
 
Peer Mentor workshop 1: McDaniel 101
Peer Mentor workshop 1: McDaniel 101Peer Mentor workshop 1: McDaniel 101
Peer Mentor workshop 1: McDaniel 101
 
Parent Preview- Bursar's Office
Parent Preview- Bursar's OfficeParent Preview- Bursar's Office
Parent Preview- Bursar's Office
 
Remove Windows Pro RescuerAutomatically From Your System
Remove Windows Pro RescuerAutomatically From Your SystemRemove Windows Pro RescuerAutomatically From Your System
Remove Windows Pro RescuerAutomatically From Your System
 
Remove Windows Command Processor In few Simple Automatic Steps
Remove Windows Command Processor In few Simple Automatic Steps Remove Windows Command Processor In few Simple Automatic Steps
Remove Windows Command Processor In few Simple Automatic Steps
 
Venecia due
Venecia dueVenecia due
Venecia due
 
Slide Share Pictures
Slide Share PicturesSlide Share Pictures
Slide Share Pictures
 

Similar a @Prompt function in universe hack bo

Below is my program, I just have some issues when I want to check ou.pdf
Below is my program, I just have some issues when I want to check ou.pdfBelow is my program, I just have some issues when I want to check ou.pdf
Below is my program, I just have some issues when I want to check ou.pdf
dhavalbl38
 
Date and Timestamp Types In Snowflake (By Faysal Shaarani)
Date and Timestamp Types In Snowflake (By Faysal Shaarani)Date and Timestamp Types In Snowflake (By Faysal Shaarani)
Date and Timestamp Types In Snowflake (By Faysal Shaarani)
Faysal Shaarani (MBA)
 
Chapter15 structure
Chapter15 structureChapter15 structure
Chapter15 structure
Deepak Singh
 

Similar a @Prompt function in universe hack bo (11)

Below is my program, I just have some issues when I want to check ou.pdf
Below is my program, I just have some issues when I want to check ou.pdfBelow is my program, I just have some issues when I want to check ou.pdf
Below is my program, I just have some issues when I want to check ou.pdf
 
Time series analysis in Stata
Time series analysis in StataTime series analysis in Stata
Time series analysis in Stata
 
datetimefuction-170413055211.pptx
datetimefuction-170413055211.pptxdatetimefuction-170413055211.pptx
datetimefuction-170413055211.pptx
 
Date time function in Database
Date time function in DatabaseDate time function in Database
Date time function in Database
 
Date and Timestamp Types In Snowflake (By Faysal Shaarani)
Date and Timestamp Types In Snowflake (By Faysal Shaarani)Date and Timestamp Types In Snowflake (By Faysal Shaarani)
Date and Timestamp Types In Snowflake (By Faysal Shaarani)
 
XPath Injection
XPath InjectionXPath Injection
XPath Injection
 
Data Exploration with Apache Drill: Day 2
Data Exploration with Apache Drill: Day 2Data Exploration with Apache Drill: Day 2
Data Exploration with Apache Drill: Day 2
 
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
CLIM: Transition Workshop - A Notional Framework for a Theory of Data Systems...
 
R programming & Machine Learning
R programming & Machine LearningR programming & Machine Learning
R programming & Machine Learning
 
Prediction of taxi rides ETA
Prediction of taxi rides ETAPrediction of taxi rides ETA
Prediction of taxi rides ETA
 
Chapter15 structure
Chapter15 structureChapter15 structure
Chapter15 structure
 

Último

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Último (20)

The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

@Prompt function in universe hack bo

  • 1. 6/13/2014 @prompt function in universe | HACK BO HACK BO Anything related to bo Home About me sitemap Type text to search here... Date prompt in universe October 9th, 2013 huangli+ No comments Almost all the BO reports has a prompt to filter data, the date filter plays an important role in report filter, so today I am going to summarize some of the most used @prompt in universe. Background Database: Oracle BO: BO 4.1 sp6 The database function list: trunc, sysdate, last_day,add_months. The green character: the variable in function, the variable name may change depend on your system environment. The orange character: the orange character is the function script. 1. Date range filter Appearance: Date range filter @prompt function . Functionality: The user may use the default current parameters, which means current year and month, or select the date he/she wish. Implement: Datebase.date column BETWEEN case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then trunc(sysdate,’yy’) else trunc(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’),’yy’) http://hackbo.com/2013/10/prompt-function/ 1/5
  • 2. 6/13/2014 @prompt function in universe | HACK BO end AND case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then LAST_DAY(TRUNC(sysdate)) else LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’)) end 2. Begin of the year to selected date filter Appearance: Date range filter @prompt function. Functionality: The user may use the default current parameters, which means current year and month, or select the date he/she wish. e.g. the user may select 2013-03, then the date range would be 2013-1 to 2013-03. The start month would always be the January and the year is the user selected year. Implement: Datebase.date column BETWEEN case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then trunc(sysdate,’yy’) else trunc(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’),’yy’) end AND case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then LAST_DAY(TRUNC(sysdate)) else LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’)) 3. Past 12 months filter Appearance: Date range filter @prompt function. Functionality: The user may use the default current parameters, which means current year and month, or select the date he/she wish. e.g. the user may select 2013-03, then the date range would be 2012-3 to 2013-03. The user may want to see the trend in the past 12 months, so this kind of prompt is very popular. Implement: Datebase.date column between case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ http://hackbo.com/2013/10/prompt-function/ 2/5
  • 3. 6/13/2014 @prompt function in universe | HACK BO then add_months(trunc(sysdate,’MM’),-12) else trunc(add_months(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’),-12)) end and case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then LAST_DAY(TRUNC(sysdate)) else LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’)) end 4. Past n years filter Appearance: Date range filter @prompt function. Functionality: The user may use the default current parameters, which means current year and month, or select the date he/she wish. e.g. the user may select 2013-03, then the date range would be (2013-n)-01 to 2013-03. The user may want to see the trend in the past few years, so this kind of prompt is also very popular. Implement: Datebase.date column between case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then trunc(add_months(sysdate,-12*n),’YYYY’) else trunc(add_months(LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1),’YYYY-MM’)),-12*n),’YYYY’) end and case when @Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent,{‘Current’},User:-1) = ‘Current’ then LAST_DAY(TRUNC(sysdate)) else LAST_DAY(to_date(@Prompt(‘Please select month:’,'A’,’date object‘,Mono,Free,Not_Persistent, {‘Current’},User:-1),’YYYY-MM’)) end You may customize the script for your own needs, hope it may helpful for you:-) http://hackbo.com/2013/10/prompt-function/ 3/5
  • 4. 6/13/2014 @prompt function in universe | HACK BO li huang Follow Copyright secured by Digiprove © 2013 HuangLi Some Rights Reserved 0 0 Categories: Universe, Webi Tags: Prompts, universe, webi prompt RSS Tag cloud webi logs Apache BO awk shell webi wis js Mobile geomap maximizing performance FWM query operator sdk cms function webi prompt cookie SIA ssl system database requested performance Oracle sso Prompts Administration opendocument Weblogic cms universe IES 10901 Mobile chartset input control ep query builder jco cluster Dashboard ticket connection pools apache Xcelsius lov chrome extension Categories Administration Architecture Mobile optimization Query builder sdk Tools Universe Webi Xcelsius Blogroll http://hackbo.com/2013/10/prompt-function/ 4/5
  • 5. 6/13/2014 @prompt function in universe | HACK BO Ads Top WordPress Copyright © 2011-2014 HACK BO Theme by NeoEase. Valid XHTML 1.1 and CSS 3. All original content on these pages is fingerprinted and certified by Digiprove 0 http://hackbo.com/2013/10/prompt-function/ 5/5