Method Community

 

Search

Page 966 of 2519 (25188 items) « First ... < Previous 964 965 966 967 968 Next > ... Last »
  • Re: SQL Override Conditional Formatting

    if you want to get fancy, and dance around the date conversion a little..... (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;END)&nbsp;&nbsp;+ CONVERT(varchar(10), DateAdd(HOUR,-5,viewActivity.DueDateStart), 20)&nbsp;+ ...
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: SQL Override Conditional Formatting

    In that case you want: (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;END)&nbsp;+ viewActivity.DueDateStart + &#39;&lt;/b&gt;&lt;/font&gt;&#39;&nbsp;
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: SQL Override Conditional Formatting

    Paul, If I move the END to the end of the statement, the case will not display the requested field unless it results in the ELSE portion of the CASE I did try your suggestion but ended&nbsp;up with the same error. I&#39;ll keep playing
    Posted to Method:Classic General Q&A (Forum) by SMcGovern on 03-16-2014
  • Re: SQL Override Conditional Formatting

    Try: (CASE WHEN [DueDateStart] &lt; GETUTCDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font color=&quot;black&quot;&gt;&lt;b&gt;&#39; &nbsp;+ viewActivity.DueDateStart + &#39;&lt;/b&gt;&lt;/font&gt;&#39;&nbsp;END)&nbsp; - I haven&#39;t tried this, just a first glance attempt. - better to use GETUTCDATE() ...
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 03-16-2014
  • Re: SQL Override Conditional Formatting

    So I have another one that I could use some help on. &nbsp;I want to be able to compare the current time to the requested start date and then color it red if its late. &nbsp;Here was my idea, but it returns &quot;error generating grid&quot; CASE WHEN [DueDateStart] &lt; GETDATE() THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; ELSE ...
    Posted to Method:Classic General Q&A (Forum) by SMcGovern on 03-16-2014
  • Re: SQL Override Conditional Formatting

    In case anybody is interested, &nbsp;I figured out my own solution: CASE WHEN [ActivityPriority] = &#39;1-Emergency&#39; THEN &#39;&lt;font color=&quot;red&quot;&gt;&lt;b&gt;&#39; WHEN [ActivityPriority] = &#39;2-24 Hour Response&#39; THEN &#39;&lt;font color=&quot;blue&quot;&gt;&lt;b&gt;&#39; ELSE &#39;&lt;font ...
    Posted to Method:Classic General Q&A (Forum) by SMcGovern on 03-15-2014
  • SQL Override Conditional Formatting

    I&#39;m trying to create a new dispatcher&#39;s dashboard and wanted to color code the Work Order grid based on the priority of the activity. &nbsp;I figured I could do something along the lines of: CASE WHEN [viewActivity.ActivityPriority]=&#39;1-Emergency&#39; then &#39;&lt;font color=&quot;red&quot;&gt;&#39; ...
    Posted to Method:Classic General Q&A (Forum) by SMcGovern on 03-15-2014
  • Update to Method's QuickBooks Desktop Sync Engine

    &nbsp; Greetings Methoders! &nbsp; The new version of our QuickBooks Desktop Sync Engine is now out of beta, and we wanted to give you the rundown about why an update was needed, what this means, and how to make sure you have an updated sync engine. &nbsp; Why a new sync engine? QuickBooks Desktop requires us to renew/update our ...
    Posted to Blog (Weblog) by Lynda Byrne on 03-14-2014
  • Re: Foreign language symbols/ international keyboard font

    Hi Lance, This is a feature we&#39;ve wanted to implement for some time, but because of the nature of the Quickbooks SDK it&#39;s just not possible for us to accomodate multi-lingual data. Lots of developers have tried to build it out, but unfortunately it&#39;s not possible. Sorry that&#39;s all I have. Naeem
    Posted to Method:Classic General Q&A (Forum) by Anonymous on 03-14-2014
  • Re: missing InvoiceLine record

    No problem.&nbsp;&nbsp; I have not found any patern to the problem.&nbsp; At first I thought it might be when a line was added to an invoice in Quickbooks, but I have since found that seems to work okay.&nbsp;&nbsp; It is possible the line was added while the sync was not on, but I would think that is suppose to update when the sync comes on ...
    Posted to Method:Classic General Q&A (Forum) by StuartKatz on 03-13-2014
Page 966 of 2519 (25188 items) « First ... < Previous 964 965 966 967 968 Next > ... Last »