× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This is without parens:
0.00;[Red]0.00

What I do is, define the cell they way I'd like it in Excel itself. Select
a number format and select a red text in the "Negative Numbers" window,
then I change the format to Custom and copy-paste the "Type" string which
is kind of like an edit word. That paste goes into the format string in
your program. Its good for generating currency formats too.







From: "Roche, Bob" <broche@xxxxxxxxxxxxxxxxx>
To: "RPG programming on the IBM i (AS/400 and iSeries)"
<rpg400-l@xxxxxxxxxxxx>
Date: 07/08/2016 12:02 PM
Subject: RE: hssf poi conditional formatting.
Sent by: "RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx>



It gave me RED values in parentheses. But I can work on that. For some
reason I never thought to use number format on a formula cell.

Thanks.

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Roche,
Bob
Sent: Friday, July 08, 2016 10:54 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
<rpg400-l@xxxxxxxxxxxx>
Subject: RE: hssf poi conditional formatting.

Let me see if I can wrap my head around posting that format to a formula
cell. Maybe it's just me. I read that as being used in a numeric cell, and
I am creating a formula cell.

My cell contains for example
SS_FORMULA(ROW: 2: CFORMULA: COMMTOTAL).
Where CFORMULA is "(A2-A3)".
And COMMTOTAL is a predefined cell style.
A2 and A3 are numeric cells and I just need the difference positive or
negative.

I do have a sample of using data format to add a % to some cells, let me
add yours to my cell see what happens. Red would be enough for them I
think.

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Darren
Strong
Sent: Friday, July 08, 2016 6:45 AM
To: RPG programming on the IBM i (AS/400 and iSeries)
<rpg400-l@xxxxxxxxxxxx>
Subject: Re: hssf poi conditional formatting.

I have a sheet with calculations. If the value is negative make it red
and bold. Sounds easy I thought.

I've done plenty of wheel inventing, but I haven't ventured into straight
on conditional formatting. You can get red when negative formatting with a
edit word, but I don't think bold.


TempStr = new_String('#,##0_);[Red](#,##0)');

NumFmt = SSDataFormat_getFormat(DataFmt: TempStr);


--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.midrange.com_mailman_listinfo_rpg400-2Dl&d=CwICAg&c=S6jE3hMA0s16gx2_CUBBn4vjc1odLunI6MSvd_AfdV8&r=Ub_YbVSedaHB7-0yGANN94iTrfkU2nCKT1D5-5Jv01Y&m=ftzip4D5mNY74L2K61LNZKSyw41KVleEuBJgtY37Bdg&s=nj7uzsSlRdOcD08arCMC-05m1CXdE2ih89tb2gMkM2k&e=

or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=http-3A__archive.midrange.com_rpg400-2Dl&d=CwICAg&c=S6jE3hMA0s16gx2_CUBBn4vjc1odLunI6MSvd_AfdV8&r=Ub_YbVSedaHB7-0yGANN94iTrfkU2nCKT1D5-5Jv01Y&m=ftzip4D5mNY74L2K61LNZKSyw41KVleEuBJgtY37Bdg&s=OBsB-3zHe-ALfqINbIgs2wMcbJ2npXdJBc-aM939vS8&e=
.

Please contact support@xxxxxxxxxxxx for any subscription related questions.
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.midrange.com_mailman_listinfo_rpg400-2Dl&d=CwICAg&c=S6jE3hMA0s16gx2_CUBBn4vjc1odLunI6MSvd_AfdV8&r=Ub_YbVSedaHB7-0yGANN94iTrfkU2nCKT1D5-5Jv01Y&m=STcykUP4V-tRYym7tG54Q4SSCFOT2tO6sKXQQnWyVyE&s=yqokPap318nn5qRkST-jk-Udtxm3kOyno318BPGpGdI&e=

or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=http-3A__archive.midrange.com_rpg400-2Dl&d=CwICAg&c=S6jE3hMA0s16gx2_CUBBn4vjc1odLunI6MSvd_AfdV8&r=Ub_YbVSedaHB7-0yGANN94iTrfkU2nCKT1D5-5Jv01Y&m=STcykUP4V-tRYym7tG54Q4SSCFOT2tO6sKXQQnWyVyE&s=m-fmyRj-moHa2tzRDjYr6zJsb4uIKxseT50bhy4z0cE&e=
.

Please contact support@xxxxxxxxxxxx for any subscription related questions.
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.