Sage 100

 View Only
Expand all | Collapse all

Is there a way to have conditional formatting on V

  • 1.  Is there a way to have conditional formatting on V

    Posted 09-04-2014 17:09
    Is there a way to have conditional formatting on Visual Integrator against a null field? IE: NULL(Temp005$) or Temp005$=NULL I tried both of those and got syntax errors on both


  • 2.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 17:20
    I believe I've used =


  • 3.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 18:15
    I can't get that to work in my job, it doesn't error out, but it doesn't return the results I want either. I will keep working on it.


  • 4.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 19:13
    Maybe store the conditional value in a Temp field? Are you currently trying that conditional formula on the actual data field?


  • 5.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 20:24
    No it's on a temp field, I am trying to get it to ""remember"" the field above it. I ran into this issue before, but the problem with this one vs the other is this is a null field vs a blank field, so it is remembering the null value. I am thinking this is just a bug since it's not working the way it is supposed to. I will probably just have them modify the csv file. Seems to be the only way around it.


  • 6.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 20:54
    The syntax is NUL(TEMP005$) not NULL(TEMP005$).


  • 7.  RE: Is there a way to have conditional formatting on V

    Posted 09-04-2014 20:57
    Thanks @DougHiggs I will try that!


  • 8.  RE: Is there a way to have conditional formatting on V

    Posted 09-06-2014 10:39
    @MichelleBennion - Did you get this resolved...


  • 9.  RE: Is there a way to have conditional formatting on V

    Posted 09-09-2014 12:27
    @JeffSchwenk , @RobertWood is looking into some perform logic he had on a previous job to see if it can be modified for mine. I will report back... however I Am open to suggestions if you have any.


  • 10.  RE: Is there a way to have conditional formatting on V

    Posted 09-09-2014 12:38
    Is this on an import or export?


  • 11.  RE: Is there a way to have conditional formatting on V

    Posted 09-09-2014 13:31
    Import, I still have the solution you gave me last time @MarkKotyla , but it's not working on this one...


  • 12.  RE: Is there a way to have conditional formatting on V

    Posted 09-09-2014 14:07
    Please refresh my memory Michelle.


  • 13.  RE: Is there a way to have conditional formatting on V

    Posted 09-09-2014 14:18
      |   view attached
    We added a temp field (6) that populated with temp field (4) conditional on the temp field 4 being <> """" (see attached)


  • 14.  RE: Is there a way to have conditional formatting on V

    Posted 09-10-2014 04:23
    NUL(Temp005$) would return a result code of 1 if true or 0 if false, so... how about NUL(Temp005$)=1 as the conditional? If the field you're testing is a string, then you may have to try putting the 1 in double quotes.


  • 15.  RE: Is there a way to have conditional formatting on V

    Posted 09-10-2014 08:42
    No luck :( I think we have a pretty good work around, but keep this one in the back of your mind. I am sure this is not the last time this will pop up.