Showing posts with label LOV. Show all posts
Showing posts with label LOV. Show all posts

Monday, August 15, 2011

Getting rid of the LOV timestamp

One of the famous problems in Designer is getting rid of the timestamp LOV and sorting the date LOV according to the date column.

Here is the step by step procees in order to achieve that in Oracle:

1.first we have the date object in the universe named :Time Key

2.Inside the object properties we can see the date LOV time stamp:


















3.Now we will create an object that will be used inside the object's LOV,later on we re-map the lov of the date object to this object's LOV:



















this object contain the function to_char in order to format the date object.

4.Inside the time key object properties we will re-map the LOV to the "No time stamp LOV " object and sort it from Z to A

 
5.Now we will get inside the object LOV and esit it's SQL to:

SELECT


to_char(TIME.TIME_KEY,'dd/mm/yyyy')
FROM
TIME
ORDER BY TIME.TIME_KEY

 
 
 
 
 
 
 
 
 

 
the result is :

 
make sure that you thick the "do not genertae" button  and the "export with universe" property of the LOV.

Sunday, August 30, 2009

שילוב LOV על בסיס טבלה מעולם בשאילתת- Free Hand.

בעת כתיבת Free Hand והרצתו ב- BO אנו מאבדים את יכולת השימוש ברשימת ערכים מובנית,כלומר את היכולת לבחור ערכים מתוך טבלה ל"טובת" רשימה שאנו יוצרים..
כיצד להתגבר על מגבלה זו כשמדובר על רשימות ערכים גדולות,ארוכות והזקוקות לעדכון יומי?
כיצד לאפשר בחירת ערכים מטבלה על אף מגבלת ה- free hand ? הורידו מכאן את המצגת בעברית:

 http://www.qdrive.net/yoavl/file/39365/8c2151b645bc0b31d049aaa86fc70341

Thursday, June 25, 2009

שיפור רשימות ערכים עייפות

רשימות ערכים הם לפעמים נושא כאוב.המשתמש מחכה זמן רב,בכדי לקבל את רשימת הערכים,לעיתים דקות רבות.
כיצד נוכל לקצר את זמן הפתיחה שלהם לשניות ומדוע זה קורה ?
על כך בצמד הקבצים הבא:
1.מצגת קצרה בעברית כתובה ע"י עבדכם:

http://www.qdrive.net/yoavl/file/5645/15bdc862c0f1fe0f255408c151b41d5a


2.ומי שרוצה לרדת ממש לעומק מוזמן לקרוא כאן את המצגת שנכתבה ע"י Michael Aarons ומכילה גםכמה טריקים מגניבים של Prompts:

http://www.qdrive.net/yoavl/file/5646/2090aedef6783a97b8d618015a11653b


Friday, November 14, 2008

יצירת רשימת ערכים מקוננת בדיזיינר

הטריק והמקרה הכי ישן בספר:

בסה"כ רציתם שהמשתמש יבחר ב-prompt אזור ומיד יקבל ב-prompt השני רק את הסוכנים העובדים באותו אזור .
מה שנקרא nested prompts , שתי שיטות כיצד לבצע זאת:
אחת ע"י התניית רשימת הערכים והשנייה ויזואלית:

http://homepage.mac.com/rmetzk/PDF_Files/Cascading_Prompts.pdf

http://www.infosol.com/bi/techtips/bo_tt8.html

Thursday, November 6, 2008

בקצב הטורבו: שיפור LOV's בעולם

הנה מבחר דוגמאות,מצגות ,דוחות ועולמות הממחישים כיצד ניתן לשפר רשימות ערכים בעולם: