Displaying the Last Query Refresh date/time

Hello,
on a Webi report, is there a way to display the date/time that the underlying info provider was refreshed?
Thanks,
Nikhi

1.- Create Formula in Query (columns - Create Formula)
2.- Create Formula Variable for this Formula (Type Customer EXIT) as individual and optional.
3.- Define the code for customer exits for variables.
*-- To get Timestamp for last load of data to cube
WHEN 'ZLSTLOADDT'.
DATA: lt_tab_1 TYPE TABLE OF rsdcubemulti,
      ls_tab_1 TYPE rsdcubemulti,
      lt_tab_2 TYPE TABLE OF rsmonicdp,
      ls_tab_2 TYPE rsmonicdp.
DATA: l_calday   TYPE d,
      l_time     TYPE sy-uzeit,
      l_tzone    TYPE ttzz-tzone,
      l_string   TYPE char20.
      SELECT * FROM rsdcubemulti INTO TABLE lt_tab_1
              WHERE infocube = i_s_cob_pro-infoprov
                AND objvers = 'A'.
      SORT lt_tab_1 DESCENDING.
      CLEAR ls_tab_1.
      READ TABLE lt_tab_1 INTO ls_tab_1 INDEX 1.
      REFRESH lt_tab_2.
      SELECT * FROM rsmonicdp INTO TABLE lt_tab_2
              WHERE icube = ls_tab_1-partcube.
      SORT lt_tab_2 DESCENDING.
      CLEAR ls_tab_2.
      READ TABLE lt_tab_2 INTO ls_tab_2 INDEX 1.
      l_tzone = 'INDIA'. "CET, UTC...
      CONVERT TIME STAMP ls_tab_2-timestamp TIME ZONE l_tzone
                 INTO DATE l_calday "aaaammdd
                      TIME l_time.  "hhmmss
      l_s_range-low = l_calday.
      l_s_range-sign = 'I'.
      l_s_range-opt = 'EQ'.
      APPEND l_s_range TO e_t_range.
      EXIT.
    WHEN 'ZLSTLOADTM'.
DATA: lt_tab_1 TYPE TABLE OF rsdcubemulti,
      ls_tab_1 TYPE rsdcubemulti,
      lt_tab_2 TYPE TABLE OF rsmonicdp,
      ls_tab_2 TYPE rsmonicdp.
DATA: l_calday   TYPE d,
      l_time     TYPE sy-uzeit,
      l_tzone    TYPE ttzz-tzone,
      l_string   TYPE char20.
      SELECT * FROM rsdcubemulti INTO TABLE lt_tab_1
              WHERE infocube = i_s_cob_pro-infoprov
                AND objvers = 'A'.
      SORT lt_tab_1 DESCENDING.
      CLEAR ls_tab_1.
      READ TABLE lt_tab_1 INTO ls_tab_1 INDEX 1.
      REFRESH lt_tab_2.
      SELECT * FROM rsmonicdp INTO TABLE lt_tab_2
              WHERE icube = ls_tab_1-partcube.
      SORT lt_tab_2 DESCENDING.
      CLEAR ls_tab_2.
      READ TABLE lt_tab_2 INTO ls_tab_2 INDEX 1.
      l_tzone = 'INDIA'. "CET, UTC...
      CONVERT TIME STAMP ls_tab_2-timestamp TIME ZONE l_tzone
                 INTO DATE l_calday "aaaammdd
                      TIME l_time.  "hhmmss
      l_s_range-low = l_time.
      l_s_range-sign = 'I'.
      l_s_range-opt = 'EQ'.
      APPEND l_s_range TO e_t_range.
      EXIT.

Similar Messages

  • Safari crashes shortly after startup. Here is the last crach report:Date/Time:      2011-12-21 14:57:54.740 -0500 OS Version:     10.4.11 (Build 8S2167) Report Version: 4  Command: Safari Path:    /Applications/Safari.app/Contents/MacOS/Safari Parent:  Da

    Date/Time:      2011-12-21 14:57:54.740 -0500
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path:    /Applications/Safari.app/Contents/MacOS/Safari
    Parent:  WindowServer [58]
    Version:        4.1.3 (4533.19.4)
    Build Version:  1
    Project Name:   WebBrowser
    Source Version: 75331904
    PID:    198
    Thread: 5
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0   libobjc.A.dylib                          0x90a59387 objc_msgSend + 23
    1   com.apple.Foundation                     0x9283b6e3 -[NSURLRequest dealloc] + 37
    2   com.apple.CoreFoundation                 0x9080dff1 CFRelease + 130
    3   com.apple.WebCore                        0x0168d7be WebCore::DocumentLoader::~DocumentLoader [not-in-charge]() + 792
    4   com.apple.WebKit                         0x010e3866 WebDocumentLoaderMac::~WebDocumentLoaderMac [in-charge deleting]() + 92
    5   com.apple.WebKit                         0x0101e893 -[WebDataSourcePrivate dealloc] + 165
    6   com.apple.WebKit                         0x0101e7c5 -[WebDataSource dealloc] + 59
    7   com.apple.WebKit                         0x01024c18 -[WebHTMLViewPrivate clear] + 142
    8   com.apple.WebKit                         0x01024885 -[WebHTMLView(WebPrivate) close] + 227
    9   com.apple.WebKit                         0x0102475c -[WebHTMLView dealloc] + 74
    10  com.apple.AppKit                         0x9329354b -[NSView release] + 180
    11  com.apple.Foundation                     0x927e72cf NSPopAutoreleasePool + 530
    12  com.apple.Foundation                     0x92867904 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 951
    13  com.apple.Foundation                     0x928674d6 _sendCallbacks + 201
    14  com.apple.CoreFoundation                 0x9082cfce CFRunLoopRunSpecific + 1413
    15  com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    16  com.apple.HIToolbox                      0x92e01878 RunCurrentEventLoopInMode + 285
    17  com.apple.HIToolbox                      0x92e00f82 ReceiveNextEventCommon + 385
    18  com.apple.HIToolbox                      0x92e00dd9 BlockUntilNextEventMatchingListInMode + 81
    19  com.apple.AppKit                         0x93286f45 _DPSNextEvent + 572
    20  com.apple.AppKit                         0x93286b37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    21  com.apple.Safari                         0x0000f6f9 0x1000 + 59129
    22  com.apple.AppKit                         0x932808c4 -[NSApplication run] + 512
    23  com.apple.AppKit                         0x93274820 NSApplicationMain + 573
    24  com.apple.Safari                         0x0000749b 0x1000 + 25755
    25  com.apple.Safari                         0x0010e512 0x1000 + 1103122
    26  com.apple.Safari                         0x00007219 0x1000 + 25113
    Thread 1:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x0050ade0 ***::ThreadCondition::wait(***::Mutex&) + 24
    2   com.apple.WebCore                        0x015eadd0 WebCore::IconDatabase::syncThreadMainLoop() + 256
    3   com.apple.WebCore                        0x015e8856 WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 2:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Foundation                     0x9285f5da +[NSURLCache _diskCacheSyncLoop:] + 206
    4   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 3:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Safari                         0x00026c6d 0x1000 + 154733
    4   com.apple.Safari                         0x00026b26 0x1000 + 154406
    5   com.apple.Safari                         0x00026aab 0x1000 + 154283
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 4:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.Foundation                     0x92858c60 -[NSConditionLock lockWhenCondition:] + 39
    2   com.apple.Syndication                    0x998ce79e -[AsyncDB _run:] + 181
    3   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 5 Crashed:
    0   libobjc.A.dylib                          0x90a59387 objc_msgSend + 23
    1   com.apple.Foundation                     0x92866b96 -[NSConnectionHTTPURLProtocol dealloc] + 124
    2   com.apple.Foundation                     0x927e72cf NSPopAutoreleasePool + 530
    3   com.apple.Foundation                     0x928383a4 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 267
    4   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 6:
    0   libSystem.B.dylib                        0x90019d0c select + 12
    1   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 7:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.Safari                         0x002ddd66 0x1000 + 3001702
    3   com.apple.Safari                         0x002dde5c 0x1000 + 3001948
    4   com.apple.Safari                         0x0003a0cd 0x1000 + 233677
    5   com.apple.Safari                         0x0003a02f 0x1000 + 233519
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 8:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.WebCore                        0x018bb8d2 WebCore::LocalStorageThread::threadEntryPoint() + 170
    3   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 9:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.audio.CoreAudio                0x91469356 HALRunLoop::OwnThread(void*) + 158
    4   com.apple.audio.CoreAudio                0x91469171 CAPThread::Entry(CAPThread*) + 93
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 10:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.ColorSync                      0x915a96ab pthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2   com.apple.ColorSync                      0x915c3ddc CMMConvTask(void*) + 60
    3   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 11:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.Foundation                     0x92858c60 -[NSConditionLock lockWhenCondition:] + 39
    2   com.apple.AppKit                         0x9335dcb4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 12:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccfbf unregister_ShockwaveFlash + 46383
    2   ...lashPlayer-10.4-10.5.plugin           0x104c05af 0x104a7000 + 103855
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 13:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccfbf unregister_ShockwaveFlash + 46383
    2   ...lashPlayer-10.4-10.5.plugin           0x104c05af 0x104a7000 + 103855
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 14:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 15:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 16:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 17:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 18:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 19:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 20:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x9080df7d  ecx: 0x90abffd0  edx: 0x177af308
      edi: 0x00000008  esi: 0x16a13bc0  ebp: 0xb03a3da8  esp: 0xb03a3d74
       ss: 0x0000001f  efl: 0x00010206  eip: 0x90a59387   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    Binary Images Description:
        0x1000 -   0x330fff com.apple.Safari 4.1.3 (4533.19.4)          /Applications/Safari.app/Contents/MacOS/Safari
      0x505000 -   0x6ddfff com.apple.JavaScriptCore 4533.19 (4533.19.1)          /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC ore
    0x1008000 -  0x10f5fff com.apple.WebKit 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000 -  0x1448fff com.apple.QuartzCore 1.4.13          /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.f ramework/Versions/A/QuartzCore
    0x14dc000 -  0x15bafff libxml2.2.dylib           /usr/lib/libxml2.2.dylib
    0x15e6000 -  0x20a7fff com.apple.WebCore 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore
    0x102ab000 - 0x102aefff com.macromedia.Flash Player.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1035a000 - 0x10363fff com.apple.IOFWDVComponents 1.9.0          /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWD VComponents
    0x1036c000 - 0x10371fff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23)          /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugI n.bundle/Contents/MacOS/AppleHDAHALPlugIn
    0x10380000 - 0x1039cfff GLDriver           /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver. bundle/GLDriver
    0x104a7000 - 0x10e69fff com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x11101000 - 0x11132fff com.apple.QuickTimeIIDCDigitizer 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/ QuickTimeIIDCDigitizer
    0x1113c000 - 0x11185fff com.apple.QuickTimeUSBVDCDigitizer 2.0.5          /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacO S/QuickTimeUSBVDCDigitizer
    0x111af000 - 0x11308fff GLEngine           /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEn gine
    0x11334000 - 0x11522fff com.apple.ATIRadeonX1000GLDriver 1.4.56 (4.5.6)          /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/AT IRadeonX1000GLDriver
    0x1155e000 - 0x11582fff GLRendererFloat           /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendere rFloat.bundle/GLRendererFloat
    0x117a7000 - 0x117affff com.apple.iokit.IOUSBLib 2.7.5          /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bund le/Contents/MacOS/IOUSBLib
    0x70000000 - 0x700fafff com.apple.audio.units.Components 1.4.7          /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld 46.16          /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib           /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib           /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)          /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib           /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib           /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib           /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib           /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)          /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib           /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 (682.32)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca rbonCore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF Network.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/We bServicesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me tadata.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib           /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)          /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2          /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr ation
    0x91415000 - 0x9141cfff libbsm.dylib           /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6          /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System Configuration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5          /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic ationServices
    0x91521000 - 0x9154dfff com.apple.AE 316.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916ecfff com.apple.print.framework.PrintCore 4.6 (177.13)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/PrintCore.framework/Versions/A/PrintCore
    0x91719000 - 0x917c2fff com.apple.QD 3.10.28 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/QD.framework/Versions/A/QD
    0x917e8000 - 0x91833fff com.apple.HIServices 1.5.2 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/HIServices.framework/Versions/A/HIServices
    0x91852000 - 0x91868fff com.apple.LangAnalysis 1.6.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x91874000 - 0x9188efff com.apple.FindByContent 1.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/FindByContent.framework/Versions/A/FindByContent
    0x91898000 - 0x918d5fff com.apple.LaunchServices 183.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LaunchServices.framework/Versions/A/LaunchServices
    0x918e9000 - 0x918f5fff com.apple.speech.synthesis.framework 3.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918fc000 - 0x9193cfff com.apple.ImageIO.framework 1.5.9          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/ImageIO
    0x9194f000 - 0x91a01fff libcrypto.0.9.7.dylib           /usr/lib/libcrypto.0.9.7.dylib
    0x91a47000 - 0x91a5dfff libcups.2.dylib           /usr/lib/libcups.2.dylib
    0x91a62000 - 0x91a80fff libJPEG.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a85000 - 0x91ae4fff libJP2.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91af6000 - 0x91afafff libGIF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91afc000 - 0x91b84fff libRaw.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b88000 - 0x91ba3fff libPng.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba8000 - 0x91baafff libRadiance.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca7000 - 0x91ce6fff libTIFF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cec000 - 0x91cecfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cee000 - 0x91d7cfff com.apple.vImage 2.5          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma ge.framework/Versions/A/vImage
    0x91d83000 - 0x91d83fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/vecLib
    0x91d85000 - 0x91ddefff libvMisc.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvMisc.dylib
    0x91de7000 - 0x91e0bfff libvDSP.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvDSP.dylib
    0x91e13000 - 0x9221cfff libBLAS.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libBLAS.dylib
    0x92256000 - 0x9260afff libLAPACK.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libLAPACK.dylib
    0x92637000 - 0x92724fff libiconv.2.dylib           /usr/lib/libiconv.2.dylib
    0x92726000 - 0x927a4fff com.apple.DesktopServices 1.3.7          /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A /DesktopServicesPriv
    0x927e5000 - 0x92a1dfff com.apple.Foundation 6.4.12 (567.42)          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b3d000 - 0x92b54fff libGL.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl ib
    0x92b5f000 - 0x92bb7fff libGLU.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy lib
    0x92bcb000 - 0x92bcbfff com.apple.Carbon 10.4 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bcd000 - 0x92bddfff com.apple.ImageCapture 3.0.4          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap ture.framework/Versions/A/ImageCapture
    0x92beb000 - 0x92bf3fff com.apple.speech.recognition.framework 3.6          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe cognition.framework/Versions/A/SpeechRecognition
    0x92bf9000 - 0x92bfefff com.apple.securityhi 2.0.1 (24742)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security HI.framework/Versions/A/SecurityHI
    0x92c04000 - 0x92c95fff com.apple.ink.framework 101.2.1 (71)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram ework/Versions/A/Ink
    0x92ca9000 - 0x92cacfff com.apple.help 1.0.3 (32.1)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra mework/Versions/A/Help
    0x92caf000 - 0x92ccdfff com.apple.openscripting 1.2.7 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri pting.framework/Versions/A/OpenScripting
    0x92cdf000 - 0x92ce5fff com.apple.print.framework.Print 5.1 (192.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Print
    0x92ceb000 - 0x92d4efff com.apple.htmlrendering 66.1 (1.1.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRend ering.framework/Versions/A/HTMLRendering
    0x92d72000 - 0x92db3fff com.apple.NavigationServices 3.4.4 (3.4.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigati onServices.framework/Versions/A/NavigationServices
    0x92dda000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSo und.framework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa nels.framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
    0x931f3000 - 0x931fefff com.apple.opengl 1.4.16          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93203000 - 0x9321efff com.apple.DirectoryService.Framework 3.2          /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory Service
    0x9326e000 - 0x9326efff com.apple.Cocoa 6.4 (???)          /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93270000 - 0x93926fff com.apple.AppKit 6.4.10 (824.48)          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ca7000 - 0x93d22fff com.apple.CoreData 91 (92.1)          /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5b000 - 0x93e14fff com.apple.audio.toolbox.AudioToolbox 1.4.7          /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit 1.4.2          /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94060000 - 0x940a1fff libsqlite3.0.dylib           /usr/lib/libsqlite3.0.dylib
    0x940a9000 - 0x940e3fff libGLImage.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag e.dylib
    0x940e8000 - 0x940fefff com.apple.CoreVideo 1.4.2          /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94198000 - 0x941d6fff com.apple.vmutils 4.0.2 (93.1)          /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9421a000 - 0x9422afff com.apple.securityfoundation 2.2.1 (28150)          /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit yFoundation
    0x94237000 - 0x94274fff com.apple.securityinterface 2.2.1 (27695)          /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Security Interface
    0x94290000 - 0x9429ffff libCGATS.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a6000 - 0x942b1fff libCSync.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942fd000 - 0x94317fff libRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9431d000 - 0x9463cfff com.apple.QuickTime 7.6.4 (1327.73)          /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94700000 - 0x9470efff com.apple.framework.Apple80211 4.5.5 (455.2)          /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802 11
    0x947c2000 - 0x94908fff com.apple.AddressBook.framework 4.0.6 (490)          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94994000 - 0x949a3fff com.apple.DSObjCWrappers.Framework 1.1          /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSOb jCWrappers
    0x949aa000 - 0x949d3fff com.apple.LDAPFramework 1.4.2 (69.1.1)          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949d9000 - 0x949e8fff libsasl2.2.dylib           /usr/lib/libsasl2.2.dylib
    0x949ec000 - 0x94a11fff libssl.0.9.7.dylib           /usr/lib/libssl.0.9.7.dylib
    0x94a1d000 - 0x94a3afff libresolv.9.dylib           /usr/lib/libresolv.9.dylib
    0x94f5c000 - 0x94f94fff com.apple.PDFKit 1.0.4          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f ramework/Versions/A/PDFKit
    0x954af000 - 0x954c5fff libJapaneseConverter.dylib           /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x954c7000 - 0x954e8fff libKoreanConverter.dylib           /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x954f5000 - 0x95503fff libSimplifiedChineseConverter.dylib           /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9550b000 - 0x9551dfff libTraditionalChineseConverter.dylib           /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dyli b
    0x95ec0000 - 0x95ec0fff com.apple.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x964a3000 - 0x9657afff libGLProgrammability.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProg rammability.dylib
    0x96595000 - 0x96596fff libGLSystem.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSyst em.dylib
    0x96598000 - 0x9659dfff com.apple.agl 2.5.9 (AGL-2.5.9)          /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f69000 - 0x97040fff com.apple.QuartzComposer 1.2.6 (32.25)          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo mposer.framework/Versions/A/QuartzComposer
    0x970c9000 - 0x970c9fff com.apple.quartzframework 1.0          /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x978a0000 - 0x98797fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui ckTimeComponents
    0x98f2c000 - 0x98f55fff com.apple.CoreMediaPrivate 15.0          /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/Co reMediaPrivate
    0x998cb000 - 0x99902fff com.apple.Syndication 1.0.8 (56.1)          /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndica tion
    0x9b518000 - 0x9b558fff com.apple.CoreMediaIOServicesPrivate 20.0          /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Ver sions/A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1)          /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndi cationUI
    0x9feb7000 - 0x9fef3fff com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/Qui ckTimeFireWireDV
    0x9fefc000 - 0x9ffaafff com.apple.QTKit 7.6.4 (1327.73)          /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core Duo, 1.83 GHz, 512 MB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x89), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

    In case you need to do this in the future...
    It's "ApplicationCache.db" not Cache.db for Tiger v10.4.11
    Open a Finder window. Select your user account in the Sidebar on the left then open the Library folder, the Caches folder then the com.apple.Safari folder.
    The ApplicationCache.db file is stored there.
    I have an iBookG4 running v10.4.11 / Safari 4.1.3 so I know that file is there.
    Apparently the preferences were corrupted. It happens...
    And you're welcome!

  • Using IBM SVC console with firefox 4 does not display the last row of data correctly, also see same the problem with HMC console as well.

    Using Firefox 4.0.1, the IBM SVC console and the IBM HMC console both have the last line of selectable items either cut off, or overlaying the prior row of displayed items. Junked version 4 and reverted back to 3.6.17.

    Seeing the same problem using the HMC with FF7 beta.

  • How to display the SQL query's date parameters to the report

    Hi all,
    I'd like to take the date parameters that are contained in my query and have them appear on the report and/or have the sysdate appear on the report. Any ideas on how to do this? Thanks!

    Hi..
    To display parameters which are part of SQl Query in the output..
    http://blogs.oracle.com/xmlpublisher/2008/07/where_are_the_parameter_values.html
    HTH..

  • Creation of a Query to show the values for the current month and the last 12 months data.

    Dear All,
    Good day!
    I have to create a Query with the below requirement.
    I have to create a Query to show the values for the current month and the last 12 months data.
    Can you please guide me how to achieve this ??
    thank you,
    Regards,
    Hema

    Hema
    explain the exact problem..? as you mentioned you want to create query to show values for current month and last 12 months.. so I think you want to show values for 12 months from current data.. you can achive this by multiple way..
    you can have selection screen and field with date .. and restrict based on system current date and 12 months before or you can handle this at your target.. .. I mean there are multiple ways to restrict data by date range..
    for some more hints..
    http://www.forumtopics.com/busobj/viewtopic.php?t=34393&sid=7fba465d0463bf7ff5ec46c128754ed6
    http://businessintelligence.ittoolbox.com/groups/technical-functional/cognos8-l/how-to-display-last-12-months-in-report-based-on-todays-date-3231850
    http://scn.sap.com/thread/3217381
    search on SDN you will get many other ways..
    Thanks,
    Bhupesh

  • Display the last item in Content Query web part

    Edited my post
    I was trying to create a CQWP that will display 5 blog posts in the following format:
    Name of the blog                | Previous blog posts:    |
     Post 5                               |  Post 4                     
    |
     Description                        |  Post 3                     
    |
                                             |  Post
    2                      |
                                             |  Post
    1                      |
    --------------------------------------------------------- |
    This was my first time using CQWP and XSLT. So the guys in this forum helped me with the code that finds the last item and splits it from the rest of the posts.
    But when I try to create a format like the table above, is not possible, because <xsl:Template keeps repeating the layout. It seems that CQWP is not made for fanncy layouts. I think it functions in a top-to-bottom fashion.
    If anyone knows how to create the format above, I will be very greatful.
    First post in this threat:
    Can anyone tell me how can I display the last item added using CQWP and XSLT?
    The code below displays all titles. I don't know how can I get the last item. The xslt template below works like a repeater control.
    Any help will be very much appreciated.
         <xsl:template name="abc" match="Row[@Style='abc']" mode="itemstyle">
             <xsl:value-of select="@title"/>
         </xsl:template>
    thank you.

    Try this (you'll need to modify the widths according to your requirements, and sort you're list so that most recent items is returned first)
    <xsl:template name="TestCount" match="Row[@Style='TestCount']" mode="itemstyle">
    <xsl:variable name="DisplayTitle">
    <xsl:call-template name="OuterTemplate.GetTitle">
    <xsl:with-param name="Title" select="@Title"/>
    <xsl:with-param name="UrlColumnName" select="'LinkUrl'"/>
    </xsl:call-template>
    </xsl:variable>
    <xsl:variable name="ItemNumber">
    <xsl:number></xsl:number>
    </xsl:variable>
    <xsl:choose>
    <xsl:when test="$ItemNumber = '1'">
    <div style="float:left;width:100px;margin:5px;display:block;">First Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:when test="$ItemNumber = '2'">
    <div style="float:left;width:100px;margin:5px;display:block;">Last Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:when test="$ItemNumber = $ItemCount">
    <div style="clear:both;float:left;width:100px;margin:5px;left:105px;display:block;">Last Item: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:when>
    <xsl:otherwise>
    <div style="clear:both;float:left;width:100px;margin:5px;left:105px;display:block;">Item Number: <xsl:value-of select="$ItemNumber"/> (<xsl:value-of select="$DisplayTitle"/>)</div>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    Regards, Matthew
    My Blog
    Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.

  • Since last week my date & time have not worked on my 5c. The date & time are constantly wrong. I've shut down, doesn't work. Set it automatically, doesn't work. I don't get texts or calls when it's sleeping. Any suggestions?

    Since last week my date & time have not worked on my 5c. The date & time are constantly wrong. I've shut down, doesn't work. Set it automatically, doesn't work. I don't get texts or calls when it's sleeping. Any suggestions?

    try a reset.
    Hold the home & power buttons down simultaneously until you see the Apple logo appear.
    Note: no data will be lost.

  • Oracle 11G/ MV log is newer than the last full refresh

    MV log is newer than the last full refresh / MV-Log ist neuer als letzter vollständiger Refresh
    Oracle 11G
    We access from two data banks about MATERIALIZED VIEWs a big master table.
    The second data bank is new created. A Complete-Refresh lasts > one hour.
    Then never takes place fast-refresh because the MV log on the master db
    does not reproach with the data long enough. What can we do? Can one
    increase the hold duration of the data in the MV LOG?
    Thanks!
    Edited by: 952865 on 15.08.2012 02:27
    Edited by: 952865 on 15.08.2012 02:28

    What do you get with the following query on the side of your master table?
    with
    sg as
    (select segment_name,owner, bytes
       from sys.dba_segments
      where segment_name like 'MLOG$%'),
    tb as
    (select owner, object_name, object_type, created, last_ddl_time
       from sys.dba_objects where object_type = 'TABLE')
    select
      bm.owner bm_owner,
      ml.log_owner ml_owner,
      bm.master bm_table,
      ml.master ml_table,
      ml.log_table log_table,
      sg.bytes log_size,
      tb.created log_created,
      tb.last_ddl_time log_modified,
      bm.mview_id bm_id,
      rm.mview_id rm_id,
      rm.owner s_owner,
      rm.name s_table,
      rm.mview_site s_site,
      rm.can_use_log,
      rm.version,
      ml.rowids ml_rwid,
      ml.primary_key ml_pk,
      rm.refresh_method rm_meth,
      ml.sequence ml_seq,
      ml.include_new_values ml_new,
      bm.mview_last_refresh_time
    from            sys.dba_registered_mviews rm
    full outer join sys.dba_base_table_mviews bm
      on bm.mview_id = rm.mview_id
    full outer join sys.dba_mview_logs ml
      on bm.master = ml.master and bm.owner = ml.log_owner
    full outer join sg
      on ml.log_table = sg.segment_name and ml.log_owner = sg.owner
    left outer join tb
      on tb.owner = sg.owner and tb.object_name = sg.segment_name
    where
         bm.master is null
      or bm.master = :mastertable
      or ml.master is null
      or ml.master = :mastertable
    order by 1,2;For :mastertable you have to insert the name of the table, where you created the MV LOG on.

  • It is required to get the result set from the last query.

    I need this SP to return the result set from the last query.
    SET QUOTED_IDENTIFIER OFF
    GO
    SET ANSI_NULLS ON
    GO
    alter        proc spQ_GetASCBillingRateIDs2
    @ScheduleID CHAR(15),
    @startdate smalldatetime,
    @enddate smalldatetime
    as
    set nocount on
    truncate table tbltmpgroup
    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tbltmptbltest]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
    drop table [dbo].[tbltmptbltest]
    exec sp_CreateTblTmpGroup
    insert into tbltmpgroup
    SELECT DISTINCT
    case when pd.billparent = 'N' then org.eligibleorgid
    else isnull(af.parentid, org.eligibleorgid) end as billorgid,
    pd.individualbill , pd.cobrabill, pd.billparent,
    org.eligibleorgid, org.polid, org.orgpolicyid,
    pp.planid,  pp.rateid,
    ps.ascinvoicedate,
    case when ps.ascclaimfromdate > @startdate then ps.ascclaimfromdate
    else @startdate end as premiumrundayFrom,
    case when ps.ascclaimtodate < @enddate then ps.ascclaimtodate
    else @enddate end as premiumrundayTo,
    fts.effdate, fts.termdate,
    case when fts.effdate > @startdate then fts.EffDate
    else @startdate end as ascStartDate,
    case when fts.termdate < @enddate then fts.termdate
    else @enddate end as ascEndDate
    FROM premiumschedule ps (nolock)
    inner join orgpolicy org (nolock)
    on org.ascinvoicerungroup between ps.premiumrundayfrom and ps.premiumrundayto
    inner join FundingTypeStatus fts
    on fts.orgpolicyid = org.orgpolicyid
    and fts.fundtype = 'ASC'
    and ((fts.effdate between @startdate and @enddate)
    or (fts.termdate between @startdate and @enddate)
    or (fts.effdate < @startdate and fts.termdate > @enddate))
    inner join eligibilityorg o (nolock)
    on org.eligibleorgid = o.eligibleorgid
    inner join policydef pd (nolock)
    on pd.polid = org.polid
    inner join policyplans pp (nolock)
    on pp.polid = org.polid
    inner join program p (nolock)
    on pd.programid = p.programid
    left join orgaffiliation af with (nolock)
    on org.eligibleorgid = af.childid
    WHERE ps.premiumscheduleid = @ScheduleID
    AND org.orgpolicyid <> ''
    go
    SELECT DISTINCT z.rateid, e.enrollid, z.ascstartdate, z.ascenddate
    into tbltmptbltest FROM enrollment E (nolock)
    inner join tbltmpgroup z
    on e.rateid = z.rateid
    go
    CREATE UNIQUE CLUSTERED INDEX IDXTempTable  ON tbltmptbltest(enrollid)
    create index IDXTemptableDates on tbltmptbltest(ascstartdate,ascenddate)
    go
    select distinct t.*
    from tbltmpgroup t
    where rateid in (
    select distinct t.rateid from VW_ASC_Billing)
    order by billorgid
    set nocount off
    GO
    SET QUOTED_IDENTIFIER OFF
    GO
    SET ANSI_NULLS ON
    GO

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules (you have no idea).
    Temporal data should use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    What you did post is bad SQL. 
    The prefix “tbl-” is a design flaw called tibbling and we do not do it. We seldom use temp tables in RDBMS; it is how magnetic tape file programmers fake scratch tapes. 
    If the schema is correct, then SELECT DISTINCT is almost never used. 
    Your “bill_parent” looks like a assembly language bit flag; we never use those flags in SQL. 
    “Funding_Type_Status” is an absurd name for a table. A status is a state of being, not an entity. A type is an attribute property. So this table ought to be column that is either a “funding_type” or “funding_status” (with the time period for the state of being
    shown in other columns). But this hybrid is not possible in a valid data model. 
    Want to try again, with DDL and some specs? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Last query refresh failde due to internal errors ?

    Hi gurus
    we are working on SRM 7.0 with PPS,
    when Bidder tries to open his login page and wants to see the Rfx raised against him, He is getting error message,
    " Last query refresh failed due to internal error"  , some time this is due to another session witht he same query is open , but
    I am getting the same error in the following situation,
    suppose bidder has submittted his response and after submission he is trying to change the response and couldn't submit before the submission dead line then the version of the response will be c1, and which is not interpreted by the system, and so the error is .
    Any help or advice on the issue is highly appreciated.
    Regards
    NITIN
    Edited by: nitinkk on Jan 12, 2012 7:55 AM

    Dear Rahul,
    Thanks for replay,
    I have checked it but the issue comes  with the discribe procedure.
    and we have solved it now.
    Regards
    NITIN

  • How to display the last value of a field in a group in the group header

    I need to display the last quiz score from a group of quiz scores as part of the header of a group of units (the quiz score values are in the detail record).  I can not use the group footer, which would be the natural place to find the last value.  It must be in the group header because there will be a subsequent group within the unit group.  In other words, the grouping is as follows:
    Unit Group Header (Display last quiz score in unit)
    SubUnit Group Header (Display other detail summaries)
    Detail Record (including quiz score)
    SubUnit Group Footer
    Unit Group Footer
    While there is a minimum/maximum summary function, there is not a first/last function.
    Fuskie
    Who is constantly amazed at the ability of users to request report features that are not easily implented through Crystal Reports...

    Hi Fuskie,
    One suggestion to display the last quiz score in the Group Header, other than what had already been suggested, will be to use a linked subreport in the Group Header. It is not an efficient way to display the information, but it could do the trick.
    Another suggestion will be to insert a subreport in the report header, then store the last quiz score in an array for each group, then share it with the main report and display the  values in the appropriate group. In this way it will only connect twice to the data source, one for the main report and once for the subreport, instead of multiple connection for each group.
    Finally, the most efficient way will be to have this value calculated on the database side using a command object or a stored procedure.
    Patrick

  • How to display the username and current date in OAF  page Footer region

    Hi,
    I need to display the username and Current-Date in footer region.If anybody knows the procedure then please share with me.
    Thanks
    Divya Agarwal

    Hi,
    Read this Thread:--
    You have to capture the UserName and Date in the Process Request Method of page Controller and invoke a method which will subsequently get and set the value in some attribute.
    String userName = pageContext.getUserName();
    How to populate Current Date and Time in OAF page through CO
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • The calendar sync is recently not working correctly, not display "All events" but it only displays the last six months for my individual entries. My repeating entires do go back further, though. How do I fix?

    I have an iPad 5.1.1. The calendar sync has started to not work correctly. I have it checked "All events," but it only displays the last two months for my individual entries. My repeating entires do go back further, though. How do I fix?

    HI Jason269. Thanks for your reply, however I wrote that I already have "All events" checked. If All Events is checked and it doesn't diaplay all events, how do I fix? It seems this is a common issue, as I have read many others on here state the same problem.
    I believe my problem occurred when I synced my iMac calendar to my iPad calendar using yahoo. Yesterday, I unsynced them on my iMac controls. When I checked my iPad calendar, all of my old entries reappeared - but only for five seconds and disappeared again. So, the data is saved and still there but cannot be displayed, even when I have All events checked. In fact, it only shows my individual entries for the last two months, but does show all my recurring entries. If I switched to last six months, I will see everything for the last six months. If I switch back to all events, it is only for the last two months.
    As I mentioned, others on here have expressed exactly the same issue, including the two month example and having used yahoo.
    For legal purposes, I need to be able to use the information from my indidual calendar entries in an upcoming court case. So I really need to fix this ASAP!

  • How to display the BI query in full area in Bex iView

    Hi to all,
    I have implemented BI query in Bex iView. While preview of iView the BI query is not displayed in full vertical and horizontally length.
    It is displayed in half horizontal and half vertical with scroll bar.
    Is there any way, I can display the BI query full length in horizontally and vertically in Bex iView.
    Does any setting required in iview, page, workset or roles so I can display BI query data in full area.
    I shall be thankfull to you for this.
    Regards
    Pavneet Rana

    Thanks for reply,
    i have created IVIEW and then assign it to PAGE and the assign PAGE to WORKSET and Created a ROLE and assign WORKSET to ROLE , then to user.
    i have also set the property of IVIEW and PAGE to
    Appearance - Size
    Height Type = Full_page
    But when i Preview the BI Query in Portal , the  horizontal height of BI query is not showing full .
    rather it is showing half Horizontal display of BI query with scroll bar.
    I need that BI query should display full in iview without scroll bar.
    Does any more setting in need to do, and where ?
    I shall be thankful to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Dec 20, 2010 2:33 PM

  • Chrome browser always comes up displaying the last web page I looked at.

    Just got a Samsung Galaxy S5. Tried out the Chrome browser, and then when I went back to it later it displayed the last website I was on. How can I make it come up with a blank screen (just an empty search box displaying). Thanks.

    Make sure that you either
    1: back out of chrome (not just hit the home button)
    2: close the chrome app in the task manager.
    That way your "home" page will open every time you open chrome, not just the last page you visited.

Maybe you are looking for