<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>myDBR Forums &#187; Tag: styles - Recent Posts</title>
		<link>http://mydbr.com/forums/tags.php?tag=styles</link>
		<description>myDBR support and idea sharing</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 17:32:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mydbr.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://mydbr.com/forums/rss.php?tag=styles" rel="self" type="application/rss+xml" />

		<item>
			<title>myDBR Team on "Pre-defined Styles"</title>
			<link>http://mydbr.com/forums/topic.php?id=1123#post-3404</link>
			<pubDate>Fri, 01 Mar 2013 07:59:41 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">3404@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;We've got few css classes for dbr.text that will not change so you can safely use them (left, right, box, comment). &#60;/p&#62;
&#60;p&#62;Other than that, you are better off by defining your own classes so you can be sure we do alter your report layout while updating the application.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhedrick on "Pre-defined Styles"</title>
			<link>http://mydbr.com/forums/topic.php?id=1123#post-3401</link>
			<pubDate>Thu, 28 Feb 2013 20:57:28 +0000</pubDate>
			<dc:creator>shhedrick</dc:creator>
			<guid isPermaLink="false">3401@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;For instance, the dbr.text command has a &#34;style&#34; parameter.  I know &#34;left&#34; and &#34;right&#34; work but what else?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shhedrick on "Pre-defined Styles"</title>
			<link>http://mydbr.com/forums/topic.php?id=1123#post-3400</link>
			<pubDate>Thu, 28 Feb 2013 20:19:32 +0000</pubDate>
			<dc:creator>shhedrick</dc:creator>
			<guid isPermaLink="false">3400@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Is there anyplace to see a summary of all the styles that you have already defined in mydbr?  I would rather use a style you've created than redundantly create my own.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewah on "Number Formatting Via Dynamic Cellstyle"</title>
			<link>http://mydbr.com/forums/topic.php?id=1105#post-3336</link>
			<pubDate>Tue, 19 Feb 2013 21:14:32 +0000</pubDate>
			<dc:creator>thewah</dc:creator>
			<guid isPermaLink="false">3336@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;I was originally using colstyle, but it would kick out a printf error when trying to apply formatting to the &#34;N/A&#34; returned by some of the snipped queries  (for the two most recent months, it doesn't return a numeric value, but a string).&#60;/p&#62;
&#60;p&#62;I was able to get there by just rounding the values to the proper precision and concatenating the special characters, so it eventually worked out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "Number Formatting Via Dynamic Cellstyle"</title>
			<link>http://mydbr.com/forums/topic.php?id=1105#post-3335</link>
			<pubDate>Tue, 19 Feb 2013 20:25:58 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">3335@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;The cellstyle column should only contain a CSS style. You can set the prefix and number of decimals with dbr.colstyle.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewah on "Number Formatting Via Dynamic Cellstyle"</title>
			<link>http://mydbr.com/forums/topic.php?id=1105#post-3334</link>
			<pubDate>Tue, 19 Feb 2013 19:59:27 +0000</pubDate>
			<dc:creator>thewah</dc:creator>
			<guid isPermaLink="false">3334@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Using this for formatting...&#60;/p&#62;
&#60;p&#62;select 'dbr.cellstyle','Pay Per Funded Deal','moneystyle';&#60;br /&#62;
select 'dbr.cellstyle','Payroll Adjustment','moneystyle';&#60;br /&#62;
select 'dbr.cellstyle','Personal Funding %','percentstyle';&#60;/p&#62;
&#60;p&#62;And this to set the style...&#60;/p&#62;
&#60;p&#62;select&#60;br /&#62;
  date_format(p.start_date,'%Y/%m') as 'Month',&#60;br /&#62;
  [many field removed]&#60;br /&#62;
 ,if(month(now()) = month(p.start_date) or month(now())-1 = month(p.start_date),'notfoundstyle',if(special_number&#38;gt;=0,'color:green;$%.2f;','color:red;$%.2f;')) as '[moneystyle]'&#60;br /&#62;
  ,if(month(now()) = month(p.start_date) or month(now())-1 = month(p.start_date),'notfoundstyle','%.2f%') as '[percentstyle]'&#60;br /&#62;
from&#60;br /&#62;
...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "Number Formatting Via Dynamic Cellstyle"</title>
			<link>http://mydbr.com/forums/topic.php?id=1105#post-3332</link>
			<pubDate>Tue, 19 Feb 2013 18:38:09 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">3332@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;What have you tried?&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thewah on "Number Formatting Via Dynamic Cellstyle"</title>
			<link>http://mydbr.com/forums/topic.php?id=1105#post-3331</link>
			<pubDate>Tue, 19 Feb 2013 17:57:52 +0000</pubDate>
			<dc:creator>thewah</dc:creator>
			<guid isPermaLink="false">3331@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;I'm trying for properly format some numbers using the printf style arguments.  I am trying to do so via dyanamic styles.  I can select the style and it works for color/background/etc formatting, but I can't get it to properly add special characters ($,%).&#60;/p&#62;
&#60;p&#62;If I don't do dynamic styling, printf errors out (I have a case statement that returns &#34;N/A&#34; for a number of fields, but the normal styling errors out during printf on character fields)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "Is it possible to flip the axis on a table?"</title>
			<link>http://mydbr.com/forums/topic.php?id=348#post-1421</link>
			<pubDate>Thu, 22 Sep 2011 08:23:17 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">1421@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;First example is a cross table report supported by myDBR.&#60;/p&#62;
&#60;p&#62;Second example is a full table transposing which for now is not supported. If there is a demand a feature like this, we can add it to roadmap.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>se-eric on "Is it possible to flip the axis on a table?"</title>
			<link>http://mydbr.com/forums/topic.php?id=348#post-1418</link>
			<pubDate>Wed, 21 Sep 2011 20:30:26 +0000</pubDate>
			<dc:creator>se-eric</dc:creator>
			<guid isPermaLink="false">1418@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Here are a couple of examples using the excel function to special paste transposed.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://screencast.com/t/0wVpRT7Rw&#34; rel=&#34;nofollow&#34;&#62;http://screencast.com/t/0wVpRT7Rw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This would be very valuable for mydbr to have IMO because MySQL on its own does not have any easy way to transpose things without getting pretty complex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "Is it possible to flip the axis on a table?"</title>
			<link>http://mydbr.com/forums/topic.php?id=348#post-1417</link>
			<pubDate>Wed, 21 Sep 2011 18:22:19 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">1417@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;How would you want to deal with multiple rows?&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>se-eric on "Is it possible to flip the axis on a table?"</title>
			<link>http://mydbr.com/forums/topic.php?id=348#post-1416</link>
			<pubDate>Wed, 21 Sep 2011 18:10:46 +0000</pubDate>
			<dc:creator>se-eric</dc:creator>
			<guid isPermaLink="false">1416@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Let's say I have a table where the first column is dates, and the second column is a numerical rating submitted on that date.  Is there a way to flip the axis so that the date is row 1 and the rating is row 2?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fdelpozo on "Percent for column style"</title>
			<link>http://mydbr.com/forums/topic.php?id=276#post-1144</link>
			<pubDate>Tue, 24 May 2011 12:46:19 +0000</pubDate>
			<dc:creator>fdelpozo</dc:creator>
			<guid isPermaLink="false">1144@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Thanks, It works fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "Percent for column style"</title>
			<link>http://mydbr.com/forums/topic.php?id=276#post-1143</link>
			<pubDate>Tue, 24 May 2011 12:17:44 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">1143@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;myDBR uses standard printf for formatting. Use &#34;%.2f %%&#34;.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fdelpozo on "Percent for column style"</title>
			<link>http://mydbr.com/forums/topic.php?id=276#post-1142</link>
			<pubDate>Tue, 24 May 2011 12:05:44 +0000</pubDate>
			<dc:creator>fdelpozo</dc:creator>
			<guid isPermaLink="false">1142@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;How can I set the percent symbol &#34;%&#34; for a column? MYDBR uses this symbol for parameters.&#60;br /&#62;
I try &#34;%.2f %&#34; and don't works.&#60;/p&#62;
&#60;p&#62;I have another style for money (Euros) like this &#34;%.2f €&#34; and works fine.&#60;br /&#62;
What about the percent symbol?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad@foreverybody on "dbr.colstyle styling NULL values"</title>
			<link>http://mydbr.com/forums/topic.php?id=259#post-1062</link>
			<pubDate>Wed, 27 Apr 2011 22:27:38 +0000</pubDate>
			<dc:creator>brad@foreverybody</dc:creator>
			<guid isPermaLink="false">1062@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;yes; showing 0% where there is a value is desired, NULL values I wish to be left blank. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myDBR Team on "dbr.colstyle styling NULL values"</title>
			<link>http://mydbr.com/forums/topic.php?id=259#post-1061</link>
			<pubDate>Wed, 27 Apr 2011 21:24:17 +0000</pubDate>
			<dc:creator>myDBR Team</dc:creator>
			<guid isPermaLink="false">1061@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;You do wish to show also the percentages where the value is zero?&#60;/p&#62;
&#60;p&#62;We'll take a look at it.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
myDBR Team
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brad@foreverybody on "dbr.colstyle styling NULL values"</title>
			<link>http://mydbr.com/forums/topic.php?id=259#post-1060</link>
			<pubDate>Wed, 27 Apr 2011 21:14:24 +0000</pubDate>
			<dc:creator>brad@foreverybody</dc:creator>
			<guid isPermaLink="false">1060@http://mydbr.com/forums/</guid>
			<description>&#60;p&#62;Hi, I have a crosstab report that has a % column that i have styled using dbr.colstyle so that positive % is green with a % sign. However, this report contains a lot of NULL values in the %  so the report shows 0.0% all over the place and its very distracting. I know this is only a cosmetic issue, but I'm wondering if there is/could be an option for styles to only apply to non null values.&#60;/p&#62;
&#60;p&#62;Edit: one more minor thing&#60;/p&#62;
&#60;p&#62;I am using dbr.hsum to sum my &#34;tally&#34; column but mydbr is including the following % column as well even tho i didnt ask for it. Obviously the % adds up to 100% so i really dont care and its taking up space.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
