March 12, 200520 yr Author I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
March 12, 200520 yr I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
March 12, 200520 yr Author I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
March 12, 200520 yr You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
March 12, 200520 yr You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
March 12, 200520 yr You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
Create an account or sign in to comment