SOQL Query doesn't return results

Issue #92 invalid
Nathen Drees created an issue

I am using the following query:

SELECT IsoCode, ConvserionRate, StartDate, NextStartDate
FROM DatedConversionRate

If i run this in the developer console, I get results back. In the IDE I get nothing:

2015-08-14_15-52-38.png

Comments (3)

  1. Scott Wells repo owner

    Thanks, Nathen. Unfortunately I'm not seeing anything in the log around this. Can you expand the horizontal splitter in the results (right above the horizontal scroll bar in your screenshot) and see if there's anything useful in the console view there? Should look something like:

    Executing:
    ============================
    SELECT IsoCode, ConvserionRate, StartDate, NextStartDate
    FROM DatedConversionRate
    ============================
    XXX rows returned.
    

    In particular I'm looking for an error message or other diagnostic info there.

  2. Nathen Drees reporter

    This was a typo in the ConversionRate field. I didn't realize there was something to expand below the fold, so didn't see the error.

  3. Log in to comment