Numbers point to a cell with different formatting to create conditional format

Hi all, not sure if this has been brought up but my search efforts haven't found anything. I know conditional formatting is not supported in IOS numbers but I saw a buddy do a little trick a while ago and I've been trying to replicate it. On his iPad, he created a numbers spreadsheet that had a logic function (=if). And if that function was true it pointed to another cell with different formatting. The result was, the cell would become the same format as the cell it was pointing too. This created the effect of a conditional format in a sense. I can get this to work with limited effect, only if the cell is a "text" cell and not a formula. As well the background colour doesn't get picked up, only the format of the cell text itself. I'm trying to get in touch with him for help but in the mean time does anyone have any experience in this kind of method?
Cheers

As an example:
If A > B, then A-B, otherwise make it equal this other cell (D1 for example)
{=if(a1>b1,a1-b1,d1)}
And in that d1 cell I would make another formula that also does the same subtraction (a1-b1) however knowing it will be a negative number this time, I paint the cell bright red and hopefully the original cell will then look the same since it is now equal to this one.
Unfortunately it looks like this wont work. The closest thing to doing this trick I have found is pointing to a cell formatted as text, such as a blank cell. Then the original cell takes on the formatting characteristics of the text cell.  The problem is the text cell is useless since it can't do any sort of math. I can't even set the cell to simply equal another one and format it as text only. So far it looks like the only conditional type of trickery I can do is make the numbers disappear by pointing to a blank text cell.
I hope that helps describe it a little better.

Similar Messages

  • Creating Cells with differing heights in Numbers '09

    In any given Row is it possible to have different cells with different heights because I've found that if I set the cell height to be e.g. 1cm then all the cells in the whole row are 1cm which isn't always the desired effect.
    Thanks

    S,
    A Row is a unit with a singular height value. All cells in that row will have the same height in a Numbers Table. Adjacent rows can be made to appear to have cells with differing heights by manipulating the Cell Border characteristics. You also have the option to combine individual tables in such a way that they appear to be a single table with different row heights.
    Jerry

  • HT4648 So if you import a numbers document from a mac to iPad which has a conditional format rule such as a cell with a score between 1-10 fills with the colour black will still work on the iPad? Not being able to edit it just means you can't change this

    I want to use numbers on my iPad mini for a team I coach. I have a spreadsheet on my mac I want to import onto the iPad mini for players to enter in wellness ratings. On this spreadsheet (on the mac) I have a conditioning formatting rule that when a player enters in their numbers the cells fill with black so others can't see their entries (to maintain privacy). Will this function import across onto iPad numbers? From the discussion I saw on this site it only partly answers my question stating "it cannot be edited" does this mean the conditional formatting rule cannot be changed and therefore will still work or the whole spreadsheet can't be edited and you can only view the spreadsheet and make no new entries to it?

    Yes, I have posted this thread to different forums after I realized that Lenovo "customer care" is not likely to help me out and even wirelessforums.org members couldn't come up with any ideas for days, that's why. I have already written that helper applications like SMAC (or etherchange or macshift) don't work, because they do the same thing in the system as I change it in the driver panel, so they use the same method which simply does not work.
    Locked? Definitely not. If yes, why can I change the MAC of my adapter under Ubuntu Linux using b43 open-source driver if it's really locked? Or you mean it's locked from software, because Lenovo or Broadcom didn't want their users to change their MACs or they just forgot to release a fully-functional driver? Well, then I would like to have a driver in which it's not locked, because this is a basic feature of my adapter of which the hardware is capable.
    I have already contacted Broadcom, see their (automatically-generated) answer in my initial post, but I will try to do that again with more foresight.

  • How to color single column cells with different colors in classic report based different conditions

    Hi ,
      Am working on Oracle Apex 4.2 version. Am trying to generate a  classic report with different cell colors based on the conditions.
      I tried the solution provided in the below link.
      https://forums.oracle.com/message/9518723#9518723.
      I tried the same query given in that link.
       SELECT e.*,
      CASE
        WHEN sal < 1000
        THEN 'red'
        WHEN sal BETWEEN 1000 AND 2000
        THEN 'yellow'
        WHEN sal > 2000
        THEN 'green'
      END the_color
    FROM emp e
      And, I hidded the column 'the_color' in Report Attributes,
              the Column Template1 has the code , <td #ALIGNMENT# headers="#COLUMN_HEADER_NAME#">#COLUMN_VALUE#</td>.
    After this, what are the steps did I miss here. Because am not getting the report which I need.
    Kindly do provide solution.
    Thanks,
    yashu.

    SAL column values should visible with different color based on the conditions. Same way i did in my report it was working for me. Please refer the below links for more information,
    https://forums.oracle.com/thread/1047891
    http://dbswh.webhop.net/htmldb/f?p=BLOG:READ:0::::ARTICLE:351800346145832
    Thanks
    Lakshmi

  • ABAP WebDynpro: Table cells with different values.

    Hello,
    I am not sure how the following can be achieved.
    I have a table with 10 rows in it. First column should have different values in cells (static value that do not come from anywhere). For example, colors: black, green, yellow, etc.
    I inserted a table column. In that column I inserted a Cell Editor of type TextView. If I define a 'text' property of this element than it marks all cells in this column with this text. I need to assign different values to each cell.
    How can this be done?
    Thank you.

    Probably you should post this the Web Dynpro Forum
    Web Dynpro Java
    Regards,
    Ravi
    Note : Please close this thread.

  • Can Numbers produce a scatter graph with differently sized dots?

    I want to graph a set of points in a scatter graph where each dot will have a different size. How can I do that? How do I have to set up the table? is it a scatter graph or is it a different type of graph that I have to use? which one?

    Hello
    Welcome to the club.
    As far as I know, the responce is No.
    We may ungroup the chart's objects and edit them but it would be a tedious task.
    You may go to "Provide Numbers Feedback" in the "Numbers" menu, describe what you wish.
    Then, cross your fingers, and wait for iWork'09
    Yvan KOENIG (from FRANCE mercredi 16 janvier 2008 15:11:51)

  • JTable Cells with different Color according to value

    Pls help I want to be able to display all rows (students) that paid more than 20 naira in Green
    else display rows (student) that paid < 20 naira in red
    But at the moment it is displaying everything in green why?
    tmp is the variable
    Code would help pls!
    class TestRenderer extends DefaultTableCellRenderer     
    public Component getTableCellRendererComponent(JTable table,Object value,boolean isSelected,boolean hasFocus,int row,               int column)          
    super.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);          
    if (row > 0)               
    for (int i =0; i < table.getRowCount(); i++)
    String tmpString = (String) table.getValueAt(i,3);
    if (tmpString != null)
    double tmp = Double.parseDouble(tmpString);
    if (tmp > 20)
    System.out.println("Variable is "+tmp);
    setBackground( Color.green );
    else
    setBackground( Color.red );     
    return this;

    Get rid of that loop
    String tmpString = (String) table.getValueAt(row,3);

  • Multiple Objects in a table cell with different justifications.

    Morning,

    Another approach can be to wrap the icon in a "lying" icon that lies about its width and paints the wrapped icon at the left of the label.
    Example code (resize the JFrame to see the alignment)import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Component;
    import java.awt.Graphics;
    import javax.swing.*;
    public class LeftIconCenterText {
      public static void main(String[] args) {
        SwingUtilities.invokeLater(new Runnable() {
          @Override
          public void run() {
            new LeftIconCenterText().makeUI();
      public void makeUI() {
        JLabel north = new JLabel("North", testIcon, JLabel.CENTER);
        JLabel center = new JLabel("Center", new LyingIcon(testIcon), JLabel.CENTER);
        JLabel south = new JLabel("This one has a long text", new LyingIcon(testIcon), JLabel.CENTER);
        JFrame frame = new JFrame();
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setSize(400, 400);
        frame.setLocationRelativeTo(null);
        frame.add(north, BorderLayout.NORTH);
        frame.add(center, BorderLayout.CENTER);
        frame.add(south, BorderLayout.SOUTH);
        frame.pack();
        frame.setVisible(true);
      Icon testIcon = new Icon() {
        final int SIZE = 16;
        @Override
        public void paintIcon(Component c, Graphics g, int x, int y) {
          g.setColor(Color.RED);
          g.fillRect(x, y, SIZE, SIZE);
        @Override
        public int getIconWidth() {
          return SIZE;
        @Override
        public int getIconHeight() {
          return SIZE;
    class LyingIcon implements Icon {
      Icon icon;
      public LyingIcon(Icon icon) {
        this.icon = icon;
      @Override
      public void paintIcon(Component c, Graphics g, int x, int y) {
        icon.paintIcon(c, g, ((JComponent)c).getInsets().left, y);
      @Override
      public int getIconWidth() {
        return 0;
      @Override
      public int getIconHeight() {
        return icon.getIconHeight();
    }db

  • Contract with different plant specific freight conditions

    Contract with Vendor ABC has 5 line items
    Line item 1 & 2 for plant 123
    Line item 3 is for plant 345
    Line item 1,2,4 & 5 for plant 567
    For plant 123, the Carrier is ASDF Trucking Co and the charges are $500 per trip.
    For plant 345, no freight
    For plant 567, the carrier is LKJH Trucking Co and the charges are $700 per trip.
    When we create a PO with reference to the above contract for plant 123 for Line item 1 alone, the freight should be $500 per trip.
    When we create a PO with reference to the above contract for plant 123 for Line item 2 alone, the freight should be $500 per trip.
    When we create a PO with reference to the above contract for plant 123 for Line items 1& 2 the freight should be $500 per trip.
    When we create a PO with reference to the above contract for plant 567 for Line items 1& 2 the freight should be $700 per trip.
    How to create such a contract? Do i need to do some config to freight condtion types (pricing procedure)?

    Hi
    You can create this with std configuration itself.
    While creating the Contract, please don't give Plant at the item overview.Just enter the line items and Quantities.
    <b>You can maintian the plant specific condition for each line items.</b>
    1.When maintaining the centrally agreed contract, choose Edit -> Plant conditions -> Overview.
    2.On the overview screen that then appears, enter the desired plant and choose  Plant prices.
    3.An item overview screen appears, starting from which you can maintain conditions.
    4.Choose Item -> Conditions to access the condition maintenance screen.
    Return to the overview and repeat the process for all plants for which you wish to store plant-specific conditions.Save your input.
    Regards
    Ramakrishna

  • Posting to Different Profit Centers with different g/l s, condition wise

    Dear Experts,
    I am fasing a posting issue in contract.
    I have different conditions in contract,and depends on the condition,flow type ,A/c symbol , I have different g/l for each condition.
    At Contract level (General Data screen) I am giving one profit Centre(XXX).while posting , all the conditions are hitting at the same profit centre(XXX) only, instead of hitting the relevant profit centers which are mentioned at Condition G/l level.
    Some times it is hitting at the correct G/L, but profit center showing the same one(XXX) which mentioned at header level.
    My requiremnt is to hit the corresponding profit centers & G/L s only.
    Please help me to fix this issue.
    Thanks in advance,
    Regards
    Eswar

    Hi Deepak,
    thank you for your explanation. But did you really manage to get 2 different profit centers in one contract at the same time?
    I checked it in my system. It is possible, of course, to change the profit center, but this change is then valid for all conditions of the contract.
    - The profit center is changeable only in the standard term for organisational assignment.
    - If an additional organisational term is created the profit center field is greyed out.
    - When the profit center is changed in the standard organisational assignment term this affects all conditions.
    This is the actual standard behaviour.
    Example:
    Create a new contract:
    organizational assignment standard: profit center A
    organizational assignment 10 (deviating): profit center B    <<< should never be possible, because the field profit center is greyed out
    I am wondering how you managed to get his though and waiting for your remarks.
    Regards, Franz

  • Creating a conditional format rule dependant on adjecent cell

    Hi,
    I am trying to create a conditional format rule that changes colour dependant if the number in the cell is equal to, greater than or less than the number in the adjacent cell. I get that I can create a cell reference in the format rule (cell c2 is "greater than B2" for example) - but when I try to copy paste the style down the column, it references the first cell (B2) always. It leads me to having to change the rule individually. Is there a quick way of creating a conditional format rule that is dependant in the adjacent cell, and copy it along the whole column. I hope I have made myself clear!!
    Thanks

    you can make a secondary table that performs the conditional test, shades a cell and is slide behind the original table to do the shading:
    The formula in the table on the right (the "Shader Table") is:
    B1=IF(Original :: B1>Original :: A1, "H", IF(Original :: B1<Original :: A1, "L", "E"))
    B2=IF(Original :: C1>Original :: B1, "H", IF(Original :: C1<Original :: B1, "L", "E"))
    select B1 and B2, then fill down
    Now select the range of cells B1 thru C9 and apply conditional formatting as shown.
    Select the table "Original" and make the fill for the table "None" so that it is see through.  Now send the "Shader Table" to the back by using the menu item "Arrange > Send To Back" then slide the table under the "Original" Table

  • Compare two columns and formate based on condition

    I know this dead horse has been beaten and I've read my fair share of threads and manuals to no avail..  I have two list that consist of movie titles, holiday movies to be exact.  I'm creating a holiday movie schedule which consist of three(3) columns...A,B and C.  Column A is the Date, Sat, November 17 2012 thru Monday, Dec 24, 2012.  Column C consist of a movie list divided into 2 sections with three subsections each.  Section 1 is animated movies and Section 2 is live action, each subsection, 1.1, 1.2, 1.3, 2.1, 2.2 and 2.3 are lists based on popularity with the kids...low, medium and high respectively.  And finally column B is the movie list relative the column A...the schedule.
    As I write a movie title in column B, I'd like the cell fill to be light red and the corresponding title in column C change to strike through font type.  This way I know I've added the movie title to the schedule...this comes in handy when I ask the kids to help so we have no duplicates in the schedule.  I'm assuming this would take a combination of; Conditional Formatting, cell formulas and perhaps an additional blank column for trigger results.
    I'm including the table, which include an experimental column I was working on.  As an FYI, this has been completed in Excel already, just hoping to get it done in Numbers.
    Thanks for any help anyone can give.
    Date
    Movie Name
    Class
    Sat, Nov 17, 2012
    Animated Christmas Movies
    TRUE
    Lowest Priority Animation
    TRUE
    Frosty Returns
    TRUE
    Sun, Nov 18, 2012
    The Nightmare Before Christmas
    Rudolph and Frosty's Christmas in July
    TRUE
    Rudolph the Red-Nosed Reindeer & the Island of Misfit Toys
    TRUE
    Rudolph's Shiny New Year
    TRUE
    Mon, Nov 19, 2012
    Nothing Like the Holidays
    TRUE
    Medium Priority Animation
    TRUE
    Jack Frost Animation
    TRUE
    Tue, Nov 20, 2012
    Home for the Holidays
    It's Christmas Time Again, Charlie Brown
    TRUE
    Christmas in South Park
    TRUE
    Cartoon Network Christmas Rocks
    TRUE
    Wed, Nov 21, 2012
    Planes, Trains and Automobiles
    Cartoon Network Christmas Yuletide Follies
    TRUE
    Cartoon Network Christmas Vol3
    TRUE
    Twas the Night Before Christmas
    TRUE
    Thu, Nov 22, 2012
    Planes, Trains and Automobiles
    The Little Drummer Boy
    TRUE
    TRUE
    Highest Priority Animation
    TRUE
    Fri, Nov 23, 2012
    Trapped in Paradise
    The Simpson's Christmas
    TRUE
    A Very Special Family Guy Freakin' Christmas
    TRUE
    Family Guy: Road To The North Pole
    TRUE
    Sat, Nov 24, 2012
    American Dad! The Most Adequate Christmas Ever
    TRUE
    A Charlie Brown Christmas
    TRUE
    The Nightmare Before Christmas
    FALSE
    Sun, Nov 25, 2012
    Die Hard
    Frosty the Snowman
    Die Hard 2
    Hooves of Fire
    How the Grinch Stole Christmas
    Mon, Nov 26, 2012
    Gremlins
    Santa Claus is Comin' to Town
    The Year Without a Santa Claus
    Rudolph, the Red-Nosed Reindeer
    Tue, Nov 27, 2012
    The Ice Harvest
    Live Action Christmas Movies
    Lowest Priority
    Wed, Nov 28, 2012
    Reindeer Games
    National Lampoon's Christmas Vacation 2: Cousin Eddie's Island Adventure
    Chasing Christmas
    The Nativity Story
    Thu, Nov 29, 2012
    Bad Santa
    Unaccompanied Minors
    Jingle All the Way
    Jack Frost Live
    Fri, Nov 30, 2012
    The Shop Around the Corner
    The Santa Clause 3: The Escape Clause
    The Santa Clause 2: The Mrs. Clause
    Sat, Dec 1, 2012
    The Bishop's Wife
    Medium Priority
    0
    Bad Santa
    Bad Santa
    Mixed Nuts
    Mixed Nuts
    Sun, Dec 2, 2012
    The Chronicles of Narnia: The Lion, the Witch and the Wardrobe
    Reindeer Games
    Reindeer Games
    The Ice Harvest
    The Ice Harvest
    The Shop Around the Corner
    The Shop Around the Corner
    Mon, Dec 3, 2012
    Miracle on 34th Street B&W
    The Bishop's Wife
    The Bishop's Wife
    Christmas in Connecticut
    Christmas in Connecticut
    The Chronicles of Narnia: The Lion, the Witch and the Wardrobe
    The Chronicles of Narnia: The Lion, the Witch and the Wardrobe
    Tue, Dec 4, 2012
    Mixed Nuts
    Nothing Like the Holidays
    Nothing Like the Holidays
    Home for the Holidays
    Home for the Holidays
    The Family Man
    The Family Man
    Wed, Dec 5, 2012
    Scrooged
    Miracle on 34th Street 1994
    Miracle on 34th Street 1994
    Miracle on 34th Street B&W
    Miracle on 34th Street B&W
    Just Friends
    Just Friends
    Thu, Dec 6, 2012
    Just Friends
    Trapped in Paradise
    Trapped in Paradise
    0
    Highest Priority
    0
    Fri, Dec 7, 2012
    Miracle on 34th Street 1994
    Die Hard
    Die Hard
    Die Hard 2
    Die Hard 2
    Gremlins
    Gremlins
    Sat, Dec 8, 2012

    Hi Stephen,
    Both of these are solvable, and the Date solution cold be similar to that used for the 'stock list' in column C. The Movie Title solution is a different case, though.
    The stock list is edited only occasionally, so requiring the user to unhide column C, add a title, then rehide the column is workable.
    The same is true of the date list, so this too would work with the dates entered into a column that will be hidden, then copied into a visible column with a formula that introduced a detectable difference into the copied version, dependent on the weekday of each date. That difference would be used to trigger the conditional formatting of the cell containing the calculated date as text value. See the example below.
    But the (scheduled) Movie Title column doesn't fit nicely into that mode of operation, as it is edited quite often. As editing, usng the model described, requires making the data column visible, editing the entry (or entries) in that column, then rehiding the column, the hassle factor soon becomes insufferable, if nothing else.
    The first solution I considered (see earlier reply) is workable only if the the formatted table starts and remains the same size in all details (ie. individual row height) as the main table.Any change in row height in the main table not reflected in the auxiliary table immediately destroys the impression of formatting applying to the correct cells. With cells set to wrap text and varying lengths of movie titles, wrapped lines changing the height of individual rows is pretty much unavoidable.
    Best practice here would seem to be to use a separate column to flag the titles already in the "Class" list with a "√" (or flag those not in the list with an "X"), and use conditional formatting to change the background colour of the flagging cell.
    Here's a sample, using "W" to flag the weekend dates in the new column B, and "√" to flag the titles that are on the list already in the new column D.
    I've added two titles to the weekend date, November 18. One is non-existent (as far as I know), so it doesn't appear in the list and doesn't get flagged; the other is chosen from a visible part of the list to show the highlighting of the title in that list. Column "C" (now column "F" due to the insertion of two new columns) is hidden. G, labelled .Class, is the calculated column (D) from the previous message.
    Regards,
    Barry

  • Conditionally Formatting Dates

    I'm working on a calendar. I have my generator working. Now I want to conditionally format days of the month, ie. colour the cell if the day falls within a defined range or equals a particular date like today. My main problem is the number series I've generated are just numbers, whereas my format condition is a date. Unlike Excel I'm unable to nest conditions of different formats in the one statement. I've tried an intermediate step by 'stripping out' the day data using the day function then acting on that which works so long as my date range does not extend longer than a month. If it does my result is erroneous.
    Can someone give some ideas how I might achieve my intended result.
    Thanks

    Hi Yvan, thanks for your response. I thought I might be able to post an picture of my screen, but it appears I'm not able to do so. Ok, so I'll try and best describe what I'm trying to do.
    My calendar is project-focused. I have two cells, a start date and an end date (these cells are formatted as dates). The start date is used to generate the calendar: its month, the previous month and the following 2 months. The end date can be any date you like. To produce each month in the calendar, the generator carries out a few tests in the first week and the last week of each month to find the day the first of the month falls on and the day the last of the month occurs. Once the first and the last days have been determined cells for the second, third fourth day etc merely increment the previous day by one until the last of the month is reached. The cells containing the numbers corresponding to the days in each month are just numbers - the sum of the previous day number plus 1. All this works fine.
    Having generated the calendar, I want to highlight the date range between the start date and the end date using conditional formatting. I have this working in Excel with a conditional formating rule builds a date then tests to see if it is within the range of the start and end date; (=AND(DATE(YEAR,MONTH,DAY CELL [being formatted])>=(START DATE),DATE(YEAR,MONTH,DAY CELL [being formatted])<=END DATE).
    Of course, Numbers does not have this complexity when it comes to conditional formatting, so I'm wondering if there is another way of doing it.
    Thanks

  • How to create paragraph format in smartforms

    Hi All,
    Let me know how to create paragraph format in smartforms?
    Thanks&Regards
    Mahesh

    Hi
    When we create a smartform we can see in <b>global settings</b> , <b>form attributes</b>.
    In <b>form attributes</b> we set the over all style of the smartform. Goto <b>form attributes</b> and open the tab <b>output options</b>. Here you can see the <b>Style box</b>. In this style box we enter the smartstyle created in transaction code <b>smartstyles</b>.
    Open transaction <b>smartstyles</b>.
    Create a new style.
    Upon creating a new style you will see 3 folder structures under style name.
    1. Header data
    2. Paragraph format
    3. Character format
    To create paragraph format right click on the paragraph format node and click Create Node. Give it name. Now you will get a screen with 4 tabs.
    Indents and spacing
    Fonts
    Tabs
    Numbering and outline
    Here you can provide the look you want.
    Now add this smartstyle in your smartform's form attribute.
    You can also provide individual smartstyles to each text element you create by giving the name of smartstyle in its output options tab. Each text element has a individual output option tab here you can give any smartstyle.
    Click on the general attribute tab of any text element and give the paragraph format directly or by going to SAPScript editor mode.
    Any more questions you can ask me directly mailing me.
    Please do reward points if satisfied.

  • Excel 2013 Object Model - Conditional Formatting

    1) I'd like to understand the new Excel object model more thoroughly. Can anyone suggest a book?
    2) Are the formulas and/or format settings for conditional formatted cells stored in the object model or in the workbook?  I'm guessing the workbook.
    Thanks.
    Ross

    1) The object model for Excel 2013 is the same as that for earlier versions, with a few additions and omissions.
    See http://spreadsheetpage.com/index.php/books for lots of books about Excel, including programming.
    2) Conditional formatting is stored in the workbook, but you can manipulate it with VBA.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

Maybe you are looking for

  • ISE 1.2...Nest AuthZ rules?

    Is it possible to nest rules in ISE 1.2?  For example, rule 1 matches parent group, then rule 1.1 is a sub-group that applies policy 1, rule 1.2 matches another sub-group that applies policy 2. So on... Thanks.

  • Do I need to change boot disk partition types - if so how?

    I set my boot disk up with several partitions, one of which is the Apple_UFS partition type. I now want to be able to use if for Mac data files - pdfs, word docs, etc. (I'm running 10.4.11 on a powerpc - when I can afford an Intel macbook, I'll upgra

  • EMac to iMac - How do I transfer data when USB ports don't work?

    I just bought a new iMac to replace my old eMac and I need to transfer the data from the eMac to the iMac - here's the problem - the USB ports on the eMac aren't working, the devices work fine like keyboard & mouse but the USB ports are dead. I can't

  • Question on Allocations in Oracle Projects

    Hello All , Please let me know how to transfer amount on one task to another within the same project using Project allocations. If there are Multiple Projects present in the system how do we map that cost from a project goes into another task on the

  • 10.4.2 401 Unauthorized error when i secured my project

    Hi , I secured my application with authentication and authorization with default login page and error page. After i assigned users for an application role and doing grants for all the webpages and taskflows needed.. i am unable to login successfully