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.
As an Amazon Associate we earn from qualifying purchases.