Query Builder - Format options missing??

When creating a Data Model with Query Builder I have no problems selecting tables and the columns that I want from those tables, but when I go the Conditions tab and try to select a Function for a column the drop down list is always the same regardless of the datatype (COUNT, COUNT DISTINCT, INITCAP, LENGTH, LOWER, LTRIM, RTRIM, TRIM, UPPER) I was expecting to see different Functions depending on the datatype as the help states . . .
Available argument functions include:
1. Number columns - COUNT, COUNT DISTINCT, AVG, MAXIMUM,. MINIMUM, SUM
2. VARCHAR2, CHAR columns - COUNT, COUNT DISTINCT, INITCAP, LENGTH, LOWER, LTRIM, RTRIM, TRIM, UPPER
3. DATE, TIMESTAMP columns- COUNT, COUNT DISTINCT
It seems to think that all my coulmns are VARCHAR2, CHAR columns which they are not. I'm on version 10.1.3.4.0. Any ideas?
Thanks in advance!
- Joe

Query Builder is a crutch tool. Small, lightweight, but limited. It does not have every inline function you see in the SQL reference guide. If you need more, then you have to do more on your own.

Similar Messages

  • 'Subfolder format' option missing from iPhoto '11 (v. 9.2.3)

    Hi all,
    I am trying to export all 697 events (60,565 pics/videos) in my iPhoto library to an external hard disk. I want to export them in the same folder structure, retaining the event names. I am not so fussed about retaining file names. After researching how to do this on the web, it appears that I should be able to do this easily using iPhoto '11 export options, however, the 'Subfolder format' option is missing from my export options box, even when I have selected multiple events.
    Can anyone help me out please?
    Thanks,
    Sarah

    The sub folder feature is available in iPhoto 9.4.3.  I don't know about the earlier iPhoto 9 (11) versions. If you installed iPhoto from the iLife 11 disk you will have installed iPhoto 9.0 or 9.1.  You can use the following updaters to get to 9.4.3:
    1 - update to iPhoto 9.2.1
    2 - update to iPhoto 9.3
    3 - update to iPhoto 9.3.2
    4 - update to iPhoto 9.4
    5 - and finally to iPhoto 9.4.3

  • JPEG file format option missing in PSE 9

    The JPEG file format option in the "Save as" dialog is no longer listed in PhotoShop Elements 9.  I've completely uninstalled and re-installed the software, but the JPEG file format option is not there.

    Most likely you have a 16 bit file and JPEG is an 8 bit format. Go to image>mode>8 bits/channel and jpeg should reappear as an option.

  • Photoshop Format Options Missing

    I just installed, with great difficulty, the CS4 Production Premium and am having trouble with Photoshop. When I go to Save or Save As, no option for JPEG is available. What's the problem? Thanks!

    You are probably trying to save a 16-bit file; JPG only supports 8-bit.
    Either that or some other format incompatibility.
    Try it with a newly created 8-bit file to confirm.

  • Adding a currency in numbers missing custom format option

    I just paid for numbers latest version June 2012. iPad 3' v5.1.1.     Want to format a cell as a currency not in the little list chosen by apple.  Forums suggest using the custom format option but I can not see this anywhere?  Any ideas how to add a custom format or how to extend the list of currencies to all currencies. If nothing else missing out a countries currency as too unimportant to include is just plain rude!

    1) You posted to the Numbers on Mac OS X forum ( Apple Support Communities > iWork > Numbers >   Discussions ).  The iWork for iOS forum is more likely to provide the direct answer...
       it is here:  https://discussions.apple.com/community/app_store/iwork_for_ios
    2) you can add custom formats (demonstrating from Numbers for Mac OS X) by opening the cells inspector:
    Then naming the new format and setting the parameters of the format:
    If the currency symbol is not in the list then you can preceed (or follow) the value with the proper symbol:
    I decided to demonstrate this by showing a preceeding infinity sign before the amount:

  • Query Builder - Where Clause - Could not format error using date comparison

    We've come across a bug in the Query Builder, under the Create Where Clause tab, if you select a column of Date type plus one of the comparison operators =, !=, <, >, <=, >=, BETWEEN or NOT BETWEEN it displays an error in the Logging Page:
    Level: Severe
    Source: o.d.r.queryBuilder.SQLGenerator
    Message: Could not format :2010-09-02 16:20:31.0
    Then under the Show SQL tab it doesn't display the date(s) you selected, e.g.
    WHERE LAST_UPDATE BETWEEN AND
    Also the View Results tab does not display any results.
    You can still press Apply to add the SQL as is to the editor window and from there you have to manually code in the date parameters.
    We're using the latest version of SQL Developer 2.1.1.64.45 Windows 32bit version with JDK

    Hi Gordon,
    When I add the following lines:
    declare @refdt1 date
    set @refdt =
    /*select 1 from jdt1 t0 where t0.RefDate*/ '[%1]'
    declare @refdt2 date
    set @refdt =
    /*select 1 from jdt2 t0 where t0.RefDate*/ '[%2]'
    WHERE T0.RefDate >= @refdt1 and T0.RefDate <= @refdt2
    ... the error message is now:
    Must declare the scalar variable @refdt1
    Note: Before adding these lines, the query works perfectly, and returns totals from the whole database (with dynamically generated column headings!)
    Thanks
    Leon Lai
    AMENDED QUERY:
    declare @refdt1 date
    set @refdt1 =
    /*select 1 from jdt1 t0 where t0.RefDate*/ '[%1]'
    declare @refdt2 date
    set @refdt2 =
    /*select 1 from jdt1 t0 where t0.RefDate*/ '[%2]'
    --------- I inserted the 6 lines above ---------------------
    DECLARE @listCol VARCHAR(2000)
    DECLARE @query VARCHAR(4000)
    SELECT @listCol =
    STUFF
    ( SELECT DISTINCT   '],['    +    CAST(month(T0.RefDate) AS varchar)
    FROM  JDT1 T0
    FOR XML PATH('')
    ), 1, 2, ' ') +   ']'
    SET @query =
    'SELECT * FROM
    (SELECT Account, month (T0.RefDate) Month , Debit
    FROM JDT1 T0
    ------------------- I add the WHERE clause below --------------------
    WHERE T0.RefDate >= @refdt1 and T0.RefDate <= @refdt2
    GROUP BY Account, RefDate, Debit
    ) S
    PIVOT
    Sum(Debit)
    FOR Month IN ('+@listCol+')
    ) AS pvt'
    EXECUTE (@query)
    Edited by: LEONLAI on Oct 21, 2011 2:36 PM

  • FF 6 "Page Setup" missing "Format & Options" and "Margins & Header/Footer" tabs

    Running 6.0.1 or 6.0.2 on FreeBSD 8.2-STABLE when I select File->Page Setup the standard popup window no longer has tabs for "Format & Options" and "Margins & Header/Footer" that I see on Windows XP when running 6.0.2 - this would be okay were it not for the fact that printing (using CUPS on FreeBSD) no longer prints the headers and footers (which I see just fine when I do Print Preview) something in FF 6.x has regressed and is affecting Page Setup.

    Yep, this I know. And have long since done this (probably before FireFox was called Mozilla). In fact my margins are set the way I want them (and have been unchanged for years - at least since 2006). That was the first thing I checked.
    The fact is ever since I upgrated to 6.01 from 5.x (which was a few weeks ago) my printing from FF6 has not included the footers and headers. As I've said, I can see my footers and headers when I perform Print Preview, but they do not appear on the printed page(s), I truly believe this is changed behaviour due to the upgrade to FF6. Next week I will try a screen capture of my Print Preview to include an image for the "Add images:" feature when posting a reply, but I don't know how to show the physical printed page lacking those same headers and footers short of shooting a photograph with a macro lens and including that as an image. Therefore for now, you will just have to take my word for the fact of missing footers and headers. Also, next week I would be able to post here my about:config settings for the margin preferences which I assure you have remained unchanged for several years. FWIW, printing from Opera 11.11 to the same printer from the same workstation where FF6 is running does include my footers and headers. To my thinking this fairly much puts the blame for this problem on FF6. Thanks.

  • Unable to open PNG, save for web, and missing half of the format options under save as.

    Using Windows 7 Professional 64-Bit with SP1.
    When using Photoshop CC 64-Bit, i am unable to save for web, open PNG, or save as for about half the format options. I don't have any additional plugins installed, nor have I messed with the plugins folder.
    When trying to open PNG files it says: Could not complete your request because it is not the right kind of document.
    Photoshop CC 32-Bit works without any of these issues. I'll be switching to 32-Bit until this is resolved. Hoping I don't have to uninstall/reinstall (Install files are huge and take forever to download and I don't know how to save them to the hard drive with CC, thanks).
    Chris

    Sounds like you are missing some of the required plugins - possibly an updater failed, or someone moved/deleted the wrong directory.
    Yes, you'll need to reinstall to restore the missing plugins.

  • Re: Some Tables are missing: Query Builder

    Thank you!!! I had the same problem and this (table.xml) has helped, I can now see the tables in the left.
    I'm also not able to see any tables in the "Query Builder". I have tried to explore to see if the fix is similar with no luck. Does the Query Builder have a simlar fix?
    Thanks!!!
    Max

    Max,
    I branched this query to start a new thread. While the thread: Some Tables are missing did help you see your tables, much of the discussion happened last year and was not about the query builder.
    In the query builder for the current 1.1.2 build, you can only see tables you own. In the next update, you'll also be able to see tables you have select access to.
    Regards
    Sue

  • Missing F4V codec in format option, fresh install

    Hi!
    Just installed and updated AE CS4 trial and set some cuepoint in my video. Followed some tutorials showing f4v export. f4v is supposed to be one of the included 'codecs' available in the output module > format option. I only find FLV and NOT f4v. Where is it??? Do I need to install some additional codec pack or activate it???
    Thanks
    G

    Rick is right. F4V (which is a container format, not a codec) uses the H.264 codec. H.264 is an MPEG codec, so this note from "Supported output formats" applies:
    "Note: The free trial version of Adobe  After Effects software does not include some features that depend upon software licensed from parties other than Adobe. For example, mocha for After Effects, some effect plug-ins, and some codecs for encoding and decoding MPEG formats are available only with the full version of Adobe After Effects software."

  • [SOLVED] Package-Query build error

    I'm trying to get my new Arch system setup, and I'm having trouble getting Yaourt installed. I can't seem to get package-query to build successfully. I have base-devel installed, and I've followed the instructions in the wiki on installing AUR packages. After running "makepkg -s" from the package-query directory it seems to go fine until the end, where I see this output.
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    And that's it. Not sure what I'm missing here.
    Thanks.
    Last edited by x371322 (2012-05-31 08:11:21)

    I take that back, after another look I did notice a couple of errors. They're near the bottom of the output. I'm sure it's something simple, and I'm probably going to end up looking like an idiot , but anyway, here's the entire output.
    ==> Making package: package-query 1.0.1-1 (Thu May 31 03:21:18 EDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading package-query-1.0.1.tar.gz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 361k 100 361k 0 0 152k 0 0:00:02 0:00:02 --:--:-- 177k
    ==> Validating source files with md5sums...
    package-query-1.0.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting package-query-1.0.1.tar.gz with bsdtar
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    configure: WARNING: Libtool does not cope well with whitespace in `pwd`
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for alpm_version in -lalpm... yes
    checking for yajl_free in -lyajl... yes
    checking for gawk... (cached) gawk
    checking for curl-config... /usr/bin/curl-config
    checking for the version of libcurl... 7.26.0
    checking for libcurl >= version 7.19.4... yes
    checking whether libcurl is usable... yes
    checking for curl_free... yes
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking for git... no
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating doc/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing po-directories commands
    package-query:
    Build information:
    source code location : .
    prefix : /usr
    sysconfdir : /etc
    conf file : /etc/pacman.conf
    localstatedir : /var
    database dir : /var/lib/pacman/
    compiler : gcc
    compiler flags : -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
    package-query version : 1.0.1
    using git version : no
    git ver :
    Variable information:
    root working directory : /
    aur base url : http://aur.archlinux.org
    make all-recursive
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    Making all in src
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
    mv -f .deps/aur.Tpo .deps/aur.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT alpm-query.o -MD -MP -MF .deps/alpm-query.Tpo -c -o alpm-query.o alpm-query.c
    alpm-query.c: In function 'alpm_pkg_get_realsize':
    alpm-query.c:486:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/alpm-query.Tpo .deps/alpm-query.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
    util.c: In function 'ltostr':
    util.c:532:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'itostr':
    util.c:525:11: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'concat_backup_list':
    util.c:480:12: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
    util.c: In function 'string_fcat':
    util.c:342:11: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
    mv -f .deps/util.Tpo .deps/util.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
    mv -f .deps/color.Tpo .deps/color.Po
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c
    mv -f .deps/package-query.Tpo .deps/package-query.Po
    /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lcurl -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm
    libtool: link: gcc -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,--hash-style=gnu -o package-query aur.o alpm-query.o util.o color.o package-query.o -lcurl -lyajl -lalpm
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    Making all in doc
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    Making install in src
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    test -z "/usr/bin" || /bin/mkdir -p "/home/x371322/AUR Builds/package-query/pkg/usr/bin"
    /bin/sh ../libtool --mode=install /usr/bin/install -c package-query '/home/x371322/AUR Builds/package-query/pkg/usr/bin'
    libtool: install: /usr/bin/install -c package-query /home/x371322/AUR Builds/package-query/pkg/usr/bin/package-query
    /usr/bin/install: target 'Builds/package-query/pkg/usr/bin/package-query' is not a directory
    make[2]: *** [install-binPROGRAMS] Error 1
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/src'
    Making install in doc
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[2]: Nothing to be done for `install-exec-am'.
    test -z "/usr/share/man/man8" || /bin/mkdir -p "/home/x371322/AUR Builds/package-query/pkg/usr/share/man/man8"
    /usr/bin/install -c -m 644 package-query.8 '/home/x371322/AUR Builds/package-query/pkg/usr/share/man/man8'
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1/doc'
    make[1]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Entering directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make[1]: Leaving directory `/home/x371322/AUR Builds/package-query/src/package-query-1.0.1'
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in package().
    Aborting...
    I appreciate the help guys.

  • 2 Bugs - Apex 4 - Websheets & Query Builder

    Hello,
    Just to make someone from the Apex Dev team aware if they aren't already.
    I've come across what i think is a bug in Websheets where if you create a data grid or interactive report and then save a Named Copy of the report (so that the select list appears at the top of the report/grid with the saved report names). When you then click on any of the drop down menus like Actions, Manage, or any of the drop down tabs at the top of the page (Page, Data, Annotations, Administration) the background of the menu goes transparent making it really difficult to read the options in the menu if there is some text behind it.
    If you then delete the saved report so that you just have the one version, and refresh the page the problem dissapears. I've only found this issue when using Internet Explorer 8 (not sure about earlier versions), as far as I am aware this doesn't happen in Firefox or Chrome.
    Also if you log into Apex using Google Chrome and go to the Query Builder under SQL Workshop. If you click and add a table with quite a few columns (10 or more) the scroll bar is missing down the right hand side which means there is no way to select/view all of the columns in that table.
    Thanks.

    Better make that 3 bugs.
    Create a data grid from spreadsheet data. There must be a very small limit on the data you can actually upload using this thing, I just tried to upload 50 rows of data containing 12 columns (not exactly a massive amount). The data is a fictional list of employees, I have pasted the tab delimited data below.
    It fails, but rather than giving an error message like "Too Much Data" it just clears out the text area and says "Data Must Be Provided". Also it doesn't seem to say anywhere what the limit on pasted data is.
    I'd really appreciate it if somebody could respond to this ticket to let me know that these issues have been acknowledged.
    Thanks.
    Data:
    FIRST_NAME     LAST_NAME     ADDRESS_LINE_1     ADDRESS_LINE_2     TOWN_CITY     COUNTY     POSTCODE     PHONE_NUMBER1     PHONE_NUMBER2     EMAIL     DEPARTMENT     JOB_TITLE
    Simon     O'Donnell     387 Long Island City Drive          Tempe     AZ     21621     54550634696     53657655919     [email protected]     Accounting     Accountant
    Stanley     McKean     7 Palminteri Street          Cape town     CA     34854     34283228110     90968854129     [email protected]     Accounting     Accountant
    Ronny     Baldwin     33rd Street          Ringwood     NJ     14229     54153114191     19892904897     [email protected]     Accounting     Accountant
    Chanté     Graham     77 Neuwirth Street          Clark     NJ     17644     44238155651     42555297017     [email protected]     Accounting     Accountant
    Owen     Koyana     118 Clive Drive          Ittigen     OH     20453     79979711628     94321262787     [email protected]     Accounting     Accountant
    Suzi     Chan     45 Sydney Road          Freising     CA     20004     24306244670     15892017656     [email protected]     Human Resources     Administrator
    Ashton     Whitaker     23 O'Connor Drive          Saint Paul     MN     17649     33383575194     40490409444     [email protected]     Human Resources     Administrator
    Neneh     Minogue     52nd Street          Chambery     NJ     29477     54967529479     36274191772     [email protected]     Human Resources     Administrator
    Angelina     Ojeda     70 Jane Drive     Suite 300     Ben-Gurion     AZ     7837     24681394213     21589555777     [email protected]     Human Resources     Administrator
    Emilio     Minogue     22 Bush Blvd          Bern     OH     33137     64612176871     73714964758     [email protected]     Human Resources     Administrator
    Roberta     Sarsgaard     87 Walken Road          Mt. Laurel     NJ     25063     7121830568     54570046512     [email protected]     Human Resources     Administrator
    Marc     Lunch     65 Al Drive          Almaty     NJ     5151     96908142426     26541291842     [email protected]     Human Resources     Administrator
    Parker     Warburton     11st Street          Koeln     AZ     24210     52725935422     68454292728     [email protected]     Human Resources     Administrator
    Geoffrey     Eastwood     868 Buffy Street          Kristiansand     AZ     34152     61772127668     41794991280     [email protected]     Human Resources     Administrator
    Jerry     Logue     262 Tilda Road          London     KS     2A8 9C7     95746233530     52999457363     [email protected]     Human Resources     Administrator
    Louise     Schneider     11st Street     Suite 201     Gaithersburg     MD     34694     76872385544     42503448008     [email protected]     Human Resources     Administrator
    Omar     Thewlis     91st Street          Moscow     KS     26789     34185768802     27734141241     [email protected]     Human Resources     Administrator
    Dustin     Del Toro     11 Wilkinson Drive          La Plata     CA     11361     69771044666     48947772075     dustin.deltoro@gdatechnologies     Human Resources     Administrator
    Meg     Llewelyn     64 Timothy Drive          Québec     CA     4D0 9X7     83256270181     2691966515     [email protected]     Human Resources     Administrator
    Glen     Willard     27 Marie Street          Spresiano     OH     8729     29232670035     49180707659     [email protected]     Human Resources     Administrator
    Illeana     O'Sullivan     35 Ruiz Road          Manchester     NJ     5Z8 2R3     47699176357     26298603036     illeana.osullivan@trekequipmen     Sales     Telesales
    Mint     O'Donnell     68 Cook Street          Framingham     MA     25741     9385886977     40068593037     [email protected]     Sales     Telesales
    Ernie     Charles     47 Suchet Ave          Lehi     UT     11640     12315092268     41921491553     [email protected]     Sales     Telesales
    Tramaine     Perez     775 Curry     Suite 200     Beaverton     OR     10052     24152547387     90360041459     [email protected]     Sales     Telesales
    Bernard     Mahoney     52nd Street          Ludbreg     AZ     21930     65063421715     47887052203     [email protected]     Sales     Telesales
    Todd     Stuermer     40 Wagner Ave          Wichita     KS     26462     12471889987     58730543507     todd.stuermer@quakercitybancor     Sales     Telesales
    Millie     Amos     553 Hatfield Street          Sao paulo     MA     5981     68256282709     14178281728     [email protected]     Sales     Telesales
    Franz     Akins     3 Gryner Drive          Livermore     CA     26213     81335649303     16862350942     [email protected]     Sales     Telesales
    Yaphet     Bonham     72nd Street     Suite 101     Anyang-si     MA     6327     43485048831     37956286527     [email protected]     Sales     Telesales
    Howie     Flanagan     49 Imperioli Street          Sihung-si     NJ     1809     43066563105     63396837113     [email protected]     Sales     Telesales
    Steven     Balk     861 Assante Ave          Ulsteinvik     CA     3526     18463427833     99316238432     [email protected]     Sales     Telesales
    Alicia     Harrison     84 Jakarta Drive          Akron     OH     3733     18721340083     57094073560     [email protected]     Sales     Telesales
    Whoopi     Parish     26 Warden Street          Mendoza     NJ     14844     85721542820     48311086266     [email protected]     Sales     Telesales
    Owen     English     14 Douala Drive          Clark     NJ     11094     2283985082     34817135523     [email protected]     Sales     Telesales
    Chubby     Yulin     84 Gerald Drive          Columbia     MD     11757     32561417707     89267451034     [email protected]     Sales     Telesales
    Glenn     Pitney     3 Voight          Di Savigliano     MD     34263     83395577226     43370989196     glenn.pitney@quicksilverresour     Development     Develoeper
    Mika     Paymer     89 Flanagan Drive          St. Louis     MO     15086     35622263548     54260584499     [email protected]     Development     Develoeper
    Murray     McGovern     89 Donald Ave          Immenstaad     MD     17322     73254698420     47330422851     [email protected]     Development     Develoeper
    Ernie     Redford     34 Ehningen     Suite 200     Solikamsk     OH     39976     86055059780     48924782157     [email protected]     Development     Develoeper
    Avril     DeVita     55 Karlsruhe Road          Meerbusch     OH     1951     51850605994     1153570187     avril.devita@usdairyproducers.     Development     Develoeper
    Thelma     Rush     4 Andre Road     Suite 100     Dietikon     MO     27313     67647167317     29429631371     [email protected]     Development     Develoeper
    Thin     Nicholson     88 Slater Ave          Nancy     AZ     7872     9887481644     320600125     [email protected]     Development     Develoeper
    Roy     Crimson     82 Jacksonville Road          Dublin     KS     36575     85597843215     71835543117     [email protected]     Development     Develoeper
    Murray     Stanley     86 Aracruz Street          Ciudad del Este     MO     9581     73783495943     52407792648     [email protected]     Development     Develoeper
    Meryl     Zellweger     58 Charles Street     Suite 201     San Dimas     CA     13921     87581534618     51562540607     meryl.zellweger@millersystems.     Development     Develoeper
    Jake     Buffalo     60 Cox Drive          San Dimas     CA     27076     22095103035     73337559023     [email protected]     Development     Develoeper
    Drew     Sharp     23 Masur Road          Milton Keynes     MO     6B7 4J3     98371242672     96437093331     [email protected]     Development     Develoeper
    Vonda     Reno     74 Bo Road          Reykjavik     NJ     21777     55961683544     30874610356     [email protected]     Development     Develoeper
    Ashton     Knight     6 Flack Road          Storrington     CA     7A5 0O0     96863906342     52454871460     [email protected]     Development     Develoeper
    Hookah     Madonna     44 Dabney Drive          Traralgon     AZ     2958     65935470447     48936698434     [email protected]     Development     Develoeper

  • Query Builder - How to create a link between tables with many fields?

    I have many fields in my tables. When the query builder loads the tables, the tables are expanded to accomodate all the fields. Suppose I want to link Table A's Customer ID (the first field in Table A) wiith Table B's Customer ID (the last field in Table B). How can I do that if the last field in Table B are not visible in the screen?
    Currently, I create a link in Table A's customer with a random field in Table B. Then I edit the link to create a proper condition. Is there a more efficient way to do this?
    Thanks.
    Edited by: woro2006 on Apr 19, 2011 9:40 AM

    Hi woro2006 -
    Easiest way is to grab Table A's title bar & drag Table A down the page until the columns you want to link are visible.
    FYI, there is an outstanding bug
    Bug 10215339: 30EA1: MISSING THE 2.1 RIGHT CLICK OPTIONS ON DATA FIELDS TO CREATE A LINK
    to add a context menu on the field for this. That is, Link {context field} to > {other data sources} > {fields from that source}
    It is being considered for 3.1, but I have no idea where it will end up in the priority queue.
    Brian Jeffries
    SQL Developer Team
    P.S.: Arghh, Unfortunately, I just tried it and the diagram does not auto scroll while you drag, so there is some guess work/repositioning the view involved.
    Logged Bug 12380154 - QUERY BUILDER DIAGRAM DOES NOT AUTO SCROLL WHEN DRAGGING TABLE

  • Enhancement Req (v4.0): Report Query- Output Format- Derive from Item

    Brief Introduction
    I have 1 major request I would like to make (and 2 lesser ones). The first, I would like to specify custom available output formats for 'Report Query' objects, as well as Reports Regions, Interactive Reports, etc. I believe that this could easily be an instance setting in the Report Server region of the internal workspace, or per workspace / application. Even if not supported on the system wide level, I would recommend that the "Derived from Item" output format "Return Value" be allowed to be returned unaltered to the Report Server. I know that the type is returned as "_xf", and for my purposes I would REALLY like to be able to get something other than the defaults.
    Use Case
    I am creating a custom JasperReports integration (for which I will be launching a public SaaS beta extremely soon). It uses the standard Apex reporting objects (Queries, Layouts, Print Buttons, etc). JasperReports templates are uploaded as Report Layouts and everything works fine. I am, however, wanting to implement as many output formats as are available to me in Jasper...that means Word 07, Excel 07, ODS, ODT, etc. For the items that take a print server override I can handle this in other ways (even though this appears broken [see below]), but for the standard report queries this isn't available. I would basically like the option to define the set of available output formats for the report server, and what the "_xf" returned for each one is.
    Minor Requests
    - Replace Uploaded Templates: If a template is used often and updated, then it has to be changed everywhere...minor irritation.
    - Customize Report Server URL for the Workspace or Application: For SaaS instances, workspace developers may license or have access to reporting solutions that are not (and should not be) available to all of the Oracle instance's workspaces, or may conflict with a service that is already provided by the instance administrators.
    Broken
    When I use the print server override, with the "Use Headers From" option, it appears that neither my content type, nor my content disposition headers are being sent back to the client. This is the work around solution for the non-standard types issue I am requesting enhancement on, so I would like to know what I can do to get this working immediately.
    Additional Info
    As it stands, if the site is available, feel free to sign up for the beta. The beta keys will be exported soon to the instance and made available. Instructions on setup will also follow:
    https://apex.vendelinc.com/apex/f?p=home

    Hi, please did you get any solution to this issue? I am having similar challenge right now.
    select     EMP.DEPTNO as DEPTNO,
         DEPT.DNAME as DNAME,
         EMP.EMPNO as EMPNO,
         EMP.ENAME as ENAME,
         EMP.JOB as JOB,
         EMP.MGR as MGR,
         EMP.HIREDATE as HIREDATE,
         EMP.SAL as SAL
    from     SCOTT.DEPT DEPT,
         SCOTT.EMP EMP
    where EMP.DEPTNO=DEPT.DEPTNO
    and      DEPT.DNAME =upper(:dname)
    This run perfectly in sql developer, toad, and even inside publisher if I login directly to publisher to create report.
    Generating this same query in shared component query builder and testing it returns no data found. If I remove the last line, it works. but with the last line, it return no data found. It seems no one has been able to provide solution to this issue

  • Visual Query Builder

    Hello !
    I am currently trying out the CFBuilder beta on a laptop running MS Windows XP Pro SP3 with 2GB RAM.  I also have the developer edition of Coldfusion 8 installed on that machine running the local server.
    The RDS Viewer appears to be configured correctly and I can see all of the tables for all of the databases I have declared in CF Admin and I can execute SQL statements as well as view the contents of each table but I do not have the button on the RDS Viewer to activate the visual query builder.  Where is the visual query builder ?  The user guide mentions that this should be available but I don't appear to have the button for it and can therefore not use it.
    Is the visual query builer feature missing in this beta ?  Is anyone else having the same problem and what did you do to rectify it ?  What am I doing wrong ?
    I would appreciate some help.
    Thank you.
    Ed

    I meant to add that there is are in fact other Eclipse-based database query tools that one may want to consider for more functionality:
    Eclipse SQL Explorer - http://eclipsesql.sourceforge.net/
    QuantumDB - http://quantum.sourceforge.net/
    I mention these (and other non-Eclipse-based query tools) in my CF411 site category on them, http://www.cf411.com/#query.
    Then, too, there is also a Database Explorer view that comes with Aptana (which is bundled in CFBuilder). You can find it with Window>show view>other>databases. Curiously, unlike the full version in Aptana as described here (http://www.aptana.com/docs/index.php/Database_Explorer), the one in CFB seems limited to connecting only to Derby and SQLLite databases. We can't even provide the JDBC connection string to try to point ot others.
    (And lest one get excited about using the Derby (embedded) option when creating a new connection in that window, that means an embedded derby database embedded in CFBuilder, not one embedded in CF itself. There is the "derby (network)" option, but that will work only if you've set up the network server feature of Derby. For more on those things, see a talk I did on the topic at http://www.carehart.org/presentations/#derby).
    Anyway, I've not yet explored the other two alternatives above. Has anyone else?
    (PS if any of you get the forum feed by email, sorry if what you saw got truncated above. I just learned that if you inadvertantly do "Ctrl-S" while typing in these forums (on the web interface), it automatically saves and POSTs the message. Yikes.)

Maybe you are looking for

  • Mini Displayport HDMI 5V?

    Does anyone happen to know if this cable (http://www.monoprice.com/products/product.asp?cid=102&cp_id=10246&cs_id=1024603&pid=5995&seq=1&format=6) will send 5V over the 5V pin at the HDMI end? I am not sure if the Mini Displayport is capable of this

  • Can I renew my IPad2 which its touch screen cracked?

    Dear sir and madam My name is Kietar. I live in Thailand. 1 August 2013, My IPad 2 (32GB) slipped out of my hand. Its touch screen cracked, but all functions are normally usable.  Actually, my Ipad is out of 1-year warranty Apple care protectection.

  • Spare Parts Reservation in SAP DBM

    Hi all, Greetings..! In SAP DBM, if i create the spare parts reservation for service order, i am not able to see who has created the reservation in MB24. The column(User Name) is always empty.But if i create the normal reservation through Tcode MB21,

  • Shopping Cart workflow retrigger for changes done to SC already created

    Hi all, A shopping cart is created and later on in "Check Status" when the shopping cart is opened in change mode and any changes are made to the shopping cart either header or item level, the whole approval workflow is retriggered and the approvers

  • [Closed]Downgradeing package isn't availible in out-off sync mirror

    OK I admit this is a bit of a stupid question, but still... I've done pacman -Scc not knowing that I might need it again. But I do. I have reason to believe that Qt4.5 is a root of all recent problems I had. (BTW I use KDEmod4.2.1) To shortly list my