passing the records based on the division condtion
a falt file containg 500 records so i need to pass the records based on the division condition to the 4 output files created i.e records divisible by 2 not by 4 means 2nd,6th,10th records must pass to...
View Articlecase when issue
I recently came across behavior of a “case when” conditional expression that really confuses me. In this case: — CASE when isnumeric(‘-10.00%’) > 0 then convert(numeric, ‘-10.00%’) end —- the...
View ArticleConditional processing in embedded SQL
I’d like to conditionally control the host variable into which the data from an SQL select statement is retrieved. This is for flexibility, so that I can use the same code in my program more than once....
View ArticleLeak rate trigger
If I have a cell that has >=50 AND another that has >=15 then I want the cell with this formula to read YES, if either of the two cells are not >= those numbers then the cell should read NO....
View Articlecoloring rows “if” true
I have a profit & loss spreadsheet that I use to input expected expenses and then log the invoices when they are paid and I always highlight the row when I input the invoice number and invoice...
View Article