<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Fri, 13 Feb 2009 05:10:37 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2009-02-13T05:10:37Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>dataLabelStyle=&amp;quot;value&amp;quot;</title>
      <link>https://forums.adobe.com/thread/204455</link>
      <description>&lt;!-- [DocumentBodyStart:ca8c2334-d08f-4d21-9b15-7010e83a9aea] --&gt;&lt;div class="jive-rendered-content"&gt;Repost, really need help. 
&lt;br/&gt;
&lt;br/&gt;I have 3 cfchartseries within my cfchart. I want to display
the values for one of the cfchartseries only, so I use
&lt;br/&gt;dataLabelStyle="value", which works.However,the other two
cfchartseries also have their values displayed even though I do not
have dataLabelStyle in them. I only want one of the cfchartseries
to display the values.
&lt;br/&gt;
&lt;br/&gt;What am I doing wrong, or what is going on here, can somebody
please explain this to me ? Does dataLabelStyle even work ?
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca8c2334-d08f-4d21-9b15-7010e83a9aea] --&gt;&lt;img src='/beacon?t=1415920211921' /&gt;</description>
      <pubDate>Fri, 13 Feb 2009 05:10:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/204455</guid>
      <dc:date>2009-02-13T05:10:37Z</dc:date>
      <clearspace:dateToText>2 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Excel Question</title>
      <link>https://forums.adobe.com/thread/665507</link>
      <description>&lt;!-- [DocumentBodyStart:f5abc417-aec8-49a6-82c9-f434b142d139] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a CF application that outputs carrier tracking numbers. I need to export this data to excel. If the output is 1Z234TY988784AQ, the export works fine because of the alphas. If the output is 1234567890, without any alpha, excel thinks it is a number and exports it in the scientific notation. If I put a space at the beginning or end, then the ouput works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, the user then takes the excel file and uses it to compare against another file with carrier tracking numbers. They claim they are not finding any matches becasue of the space.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I get around the scientific export&amp;nbsp; ? Will csv file work ? I have not found any documentation yet on csv so I thought I would post my problem here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5abc417-aec8-49a6-82c9-f434b142d139] --&gt;</description>
      <pubDate>Tue, 22 Jun 2010 16:19:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/665507</guid>
      <dc:date>2010-06-22T16:19:20Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cffile upload question</title>
      <link>https://forums.adobe.com/thread/652565</link>
      <description>&lt;!-- [DocumentBodyStart:42d7f691-abe2-4207-b029-5df35392adb6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form where users are required to upload documents, word, excel, gif, jpeg, anything.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;nbsp; use cffile upload :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset uploadFolder = ExpandPath("./uploadFolder/")&amp;gt;&lt;br/&gt;&amp;lt;!--- Upload the file(s) to a temporary folder ---&amp;gt;&lt;br/&gt;&amp;lt;cffile action="upload" &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filefield="attachmentFile"&lt;br/&gt;&amp;nbsp; destination="#uploadFolder#"&lt;br/&gt;&amp;nbsp; nameconflict="makeunique"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then use a simple insert to put all the data into a table, including the uploaded docuemnt. The document column name is documentName and I&amp;nbsp; use&amp;nbsp; '#cffile.serverFile#' to insert. When I look in the table, everything is there and appears fine. The various uploaded docuemnts are someting line word_doc1.doc, word_doc2.doc, excel1.xls, picture1.gif, etc....differenent formats.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is when I retrieve the data for output, the documents just come out displayed as word_doc1.doc, word_doc2.doc, etc.....What do I need to do to display the actual word document (or excel, or gif.,etc.) instead of just the name.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I looked at another application and the uploaded document is moved to anohter folder and then opend as a link, but I dont think I can do that here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What do I do to display the actual document ? Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42d7f691-abe2-4207-b029-5df35392adb6] --&gt;</description>
      <pubDate>Thu, 03 Jun 2010 23:36:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/652565</guid>
      <dc:date>2010-06-03T23:36:38Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfmail attachment</title>
      <link>https://forums.adobe.com/thread/645849</link>
      <description>&lt;!-- [DocumentBodyStart:a97f2e6c-9167-4a44-8949-9b48ca43e428] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to include an attachemnt in cfmail, for&amp;nbsp; the first time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reviewing some of the online documentation and techniques, I found this easy one - I could not get it to work using variables so I hardcoded and it works.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfmail to=&lt;a class="jive-link-email-small" href="mailto:user1@email.com"&gt;user1@email.com&lt;/a&gt;&lt;br/&gt;&amp;nbsp; from="#form.customerEmail#"&lt;br/&gt;&amp;nbsp; subject="Garage Sale&lt;br/&gt;&amp;nbsp; mimeattach="E:\wwwroot\folder1\forms\uploadFolderName\fileName.gif"&lt;br/&gt;&amp;nbsp; type="html"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A couple of questions :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The email has a body of text and it adds the atttachment before the text. What do I have to do to get the attachement after the text ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, my form contains this : &amp;lt;td&amp;gt;Attachment:&amp;nbsp;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input type="file" name="attachmentFile"&amp;gt;&amp;lt;/td&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Instead of hardcoding, how do I get the variable in there ? I tried to use the code below but it kept blowing up in the destination part (what I have in there now, I was just trying different things)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffile action="upload" &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filefield="attachmentFile"&lt;br/&gt;&amp;nbsp; destination="#uploadFile##attachmentfile#"&lt;br/&gt;&amp;nbsp; nameconflict="makeunique"&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a97f2e6c-9167-4a44-8949-9b48ca43e428] --&gt;</description>
      <pubDate>Mon, 24 May 2010 23:57:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/645849</guid>
      <dc:date>2010-05-24T23:57:24Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help - Cannot Remember how to do this !</title>
      <link>https://forums.adobe.com/thread/635553</link>
      <description>&lt;!-- [DocumentBodyStart:5ac8cfef-456c-4dbc-8b74-e38307edc16d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a string data separated by a comma &lt;span style="background-color: #f8fafd;"&gt;: xxx,aaa,bbb,ccc,ddd,eee,yyy,&amp;nbsp;&amp;nbsp; etc..... stored in sql table.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;What is the command/technique to break up this string and display this data one on top of another :&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;xxx&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;aaa&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;bbb&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;ccc&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;ddd&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;eee&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;yyy&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I remember doing it before but cannot remember how to do it and dont know what it is called to research. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5ac8cfef-456c-4dbc-8b74-e38307edc16d] --&gt;</description>
      <pubDate>Mon, 10 May 2010 16:30:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/635553</guid>
      <dc:date>2010-05-10T16:30:00Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Linking to powerpoint</title>
      <link>https://forums.adobe.com/thread/585005</link>
      <description>&lt;!-- [DocumentBodyStart:63c035a7-170d-4c00-89cd-162c4ad01db7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a powerpoint&lt;span style="background-color: #f8fafd;"&gt; document that I want to link to, so I have something like this : &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;a href="../documentation/ClaimFormTrainingIntro.ppt" title="Claim Form Training"&amp;gt;Claim Form Training&amp;lt;/a&amp;gt; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It does open the document, but it appears to be cropped in the center, with alot of space to the right and left. If I open the document directly in powerpoint, it takes up the whole screen. But when I call it from the link, it does not appear right.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What else do I need to do to make the powerpoint link take up the entire screen ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63c035a7-170d-4c00-89cd-162c4ad01db7] --&gt;</description>
      <pubDate>Thu, 25 Feb 2010 17:38:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/585005</guid>
      <dc:date>2010-02-25T17:38:56Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Warning message</title>
      <link>https://forums.adobe.com/thread/565712</link>
      <description>&lt;!-- [DocumentBodyStart:4f9dbacd-953b-455d-abd7-6cab33d83246] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have&lt;span style="background-color: #f8fafd;"&gt; an order form with multiple line items. The user can go in and delete one or more of his lline items. For example, if his initial order had three line items and he goes in and deletes all three, he is cancelling his order. If that is the case, I would like to issue/popup a warning message saying something like 'are you sure you wish to cancel this order ?' and if the yes button is clicked, the order is cancelled and the user taken to a another screen. How do I display the warning message ?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f9dbacd-953b-455d-abd7-6cab33d83246] --&gt;</description>
      <pubDate>Fri, 29 Jan 2010 06:06:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/565712</guid>
      <dc:date>2010-01-29T06:06:47Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Embedded carriage return</title>
      <link>https://forums.adobe.com/thread/580453</link>
      <description>&lt;!-- [DocumentBodyStart:6aa5eaff-ce40-4ab6-b5a1-f9aae53af6f5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have&amp;nbsp; an application with a textarea that is used for comments, free form text. It seems that if the user enters a line of text, then uses the enter key to go to the next line, it captures the carriage return. When the form is brought up for review, it is completely empty, yet all the data that was entered is in the table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If the textarea is entered without using the enter key, the data displays when the form is reviewed.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have never encountered this problem before and tried it and it does indeed do what is described above. I entered the textarea without using the enter key and the data displays. I went back to edit and added the enter key to the textarea and the form is completely blank.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is going on and how can I prevent this from happening ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6aa5eaff-ce40-4ab6-b5a1-f9aae53af6f5] --&gt;</description>
      <pubDate>Fri, 19 Feb 2010 04:05:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/580453</guid>
      <dc:date>2010-02-19T04:05:47Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Opening powerpoint slide</title>
      <link>https://forums.adobe.com/thread/573565</link>
      <description>&lt;!-- [DocumentBodyStart:055702e2-1bbf-45bb-8e8c-45cacd02025f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form &lt;span style="background-color: #f8fafd;"&gt;that contains muliple links to powerpoint documents. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Here is the command I am using for one of the documents : &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;#variable#&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;br&amp;gt;&lt;br/&gt; &amp;lt;a href="../documentation/powerpointdocument.ppt"&amp;gt;Power Point Document&amp;lt;/a&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;The document does open in powerpoint and does contain all the slides, but it seems to be&amp;nbsp; bunched together in the center of the screen with alot of space to the left and right of each slide. What can I do to make it fit the entir screen ? When I open directly in powerpoint,it displays just fine. This problem only occurs when I attempt to open it with the link.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:055702e2-1bbf-45bb-8e8c-45cacd02025f] --&gt;</description>
      <pubDate>Tue, 09 Feb 2010 21:59:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/573565</guid>
      <dc:date>2010-02-09T21:59:19Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Misinterpretation of common characters</title>
      <link>https://forums.adobe.com/thread/570467</link>
      <description>&lt;!-- [DocumentBodyStart:7ddb6004-b99d-4bab-9b12-9d0c6889fa5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a description column in my sql table, defined as nvarchar 50.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I ran into this on situation that we did not account for. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;The user entered a description of "Tape, Roll, size 6 '&amp;nbsp;&amp;nbsp; ". I attempted to insert this value into the table using '#form.description#'. Needless to say, it blew up because it was interpreting the single quote after the 6 as another quote. To correct the problem, I eliminated the single quote after the six. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;What is the proper way to handle situations like this, or any other situation the ColdFusion might interpret as one of its symbols ?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ddb6004-b99d-4bab-9b12-9d0c6889fa5c] --&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:41:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/570467</guid>
      <dc:date>2010-02-05T05:41:07Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Powerpoint</title>
      <link>https://forums.adobe.com/thread/568568</link>
      <description>&lt;!-- [DocumentBodyStart:ef919ead-a79d-417a-b013-63d5e86f62a4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am producing some charts with CF. Is there anyway to automatically put them into powerpoint slides ? Currently, it is a cut and paste manual method, but I am trying to automate this process.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help or advice.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef919ead-a79d-417a-b013-63d5e86f62a4] --&gt;</description>
      <pubDate>Tue, 02 Feb 2010 17:40:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/568568</guid>
      <dc:date>2010-02-02T17:40:36Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Form Colors</title>
      <link>https://forums.adobe.com/thread/559995</link>
      <description>&lt;!-- [DocumentBodyStart:d53a4f3c-5e12-4ae2-a477-04e291ae6343] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using CFFORM. For my cfinput, how do I make the text boxes and/or checkboxes a different color. The form has a mixture of display (no changes) and entry fields and some users are complaning that they cannot see which fields to enter/edit, so I want to make those a different color, like yellow, to stand out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried &amp;lt;cfinput style="color:yellow"&amp;gt; and that did not work. I tried &amp;lt;cfinput style="background color:yellow'&amp;gt; and that just changed the background color to yellow, not the textbox, or the checkbox.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the command to make those a different color instead of the default white ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d53a4f3c-5e12-4ae2-a477-04e291ae6343] --&gt;</description>
      <pubDate>Wed, 20 Jan 2010 22:02:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/559995</guid>
      <dc:date>2010-01-20T22:02:48Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query and cfchart question</title>
      <link>https://forums.adobe.com/thread/541804</link>
      <description>&lt;!-- [DocumentBodyStart:da372e3b-970f-4e0b-a520-58b7e1110747] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this simple query :&lt;/p&gt;&lt;p&gt;SELECT top 10 &lt;br/&gt;&amp;nbsp; SupplierName, supplierNumber&lt;br/&gt;&amp;nbsp; SUM(TOTALS) AS TOTAL&lt;br/&gt;&amp;nbsp; FROM tableName&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It will give me a simple output like:&lt;/p&gt;&lt;p&gt;company1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12345&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/p&gt;&lt;p&gt;company2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98881&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/p&gt;&lt;p&gt;company3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I need to do is plot the query in pie chart, with a drilldown report for each pie slice (supplier name) :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfchart&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format="flash"&lt;br/&gt;&amp;nbsp;&amp;nbsp; chartwidth="350"&lt;br/&gt;&amp;nbsp;&amp;nbsp; chartheight="450"&lt;br/&gt;&amp;nbsp;&amp;nbsp; title='"Top 10 Supplier Volume "'&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pieslicestyle="sliced"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; labelformat="number"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show3d="yes"&lt;br/&gt;&amp;nbsp;&amp;nbsp; url="../reports/supplierVolumeReport.cfm?supplierName=$itemlabel$&amp;amp;supplierNumber=#qryBuye rVolume.supplier#"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfchartSeries type="pie"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query="queryName"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemcolumn="supplierName"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valuecolumn="Total"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datalabelstyle="value" &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colorlist="##CE1126,##3399CC,##CC5500,##444444,##00CC33,##7C96A1,##DAD9A0"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfchartseries&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfchart&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything works fine. But when I go to the drilldown report, I cannot really search by supplierName because some companies might have the same name, but the supplier numbers are unique, so I have to search by supplier number. That is why I am passing that value also.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I click on pie slice for company 3, it passes the supplier name company 3, but the supplier number is always the first one, 12345, regardless of what slice I click on. I have cfoutput in the report and it shows company 3 and 12345.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I get the corresponding supplier number for the pie slice supplier name that I click on ? I need the corresponding supplier number so I can use it to search the query in the drilldown report.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried to combine the name and number in the query and have the chart display 12345 - Company 1 in the legend, but they do not want the number to display, just the name in the legend.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:da372e3b-970f-4e0b-a520-58b7e1110747] --&gt;</description>
      <pubDate>Sat, 19 Dec 2009 22:56:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/541804</guid>
      <dc:date>2009-12-19T22:56:50Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Decimal formatting</title>
      <link>https://forums.adobe.com/thread/539277</link>
      <description>&lt;!-- [DocumentBodyStart:7654f5a7-f68f-4582-932a-3ebaf3a612e1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a query that will caculate an average, here is the&lt;span style="background-color: #f8fafd;"&gt; line of code : &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;cast(sum(agedDays) as decimal)/cast((sum(days_GT_60) + sum(days_31_60) + sum(days_5_30) + sum(days_LT_5)) as decimal) as averageAging&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;So if I have agedDays = 130 and the sum of the days = 17, the average is 130/17 = 7.6470588235294117647........&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;How do I just get the output to be 7.6 (rounded) ? &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Would this be done in SQL or do I need to format it in ColdFusion ?&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7654f5a7-f68f-4582-932a-3ebaf3a612e1] --&gt;</description>
      <pubDate>Tue, 15 Dec 2009 18:05:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/539277</guid>
      <dc:date>2009-12-15T18:05:56Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query help/question</title>
      <link>https://forums.adobe.com/thread/537469</link>
      <description>&lt;!-- [DocumentBodyStart:aa8dfc23-b3a2-4ddb-a909-0d9c4c51246f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this query below. It basically sums then number of days and other stuff. Orginally, for the city, I just had a where city = 'New York' and it would give me one line of output only and I was able to insert into a table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now they want to include ten cities. So instead of having ten queries, one for each city, I combimed all the cities into one query using the group by.&lt;/p&gt;&lt;p&gt;here is the query&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;select city,&lt;br/&gt;sum(days_GT_60) as days_GT_60, &lt;br/&gt;sum(days_31_60) as days_31_60, &lt;br/&gt;sum(days_5_30) as days_5_30,&lt;br/&gt;sum(days_LT_5) as days_LT_5&lt;br/&gt;From&lt;br/&gt;(&lt;br/&gt;select city,&lt;br/&gt;(case when (agedDays &amp;gt; 60) then 1 else 0 end) as days_GT_60,&lt;br/&gt;(case when (agedDays &amp;gt; 30 and agedDays &amp;lt; 61) then 1 else 0 end) as days_31_60,&lt;br/&gt;(case when (agedDays &amp;gt; 4 and agedDays &amp;lt; 31) then 1 else 0 end) as days_5_30,&lt;br/&gt;(case when (agedDays &amp;lt; 5) then 1 else 0 end) as days_LT_5&lt;br/&gt;from&lt;br/&gt;(&lt;br/&gt;select DATEDIFF(day, date_arrived, GETDATE()) + 1 AS agedDays,&lt;br/&gt;city&lt;br/&gt;FROM receivefile &lt;br/&gt;WHERE status NOT IN ('Voided', 'Closed') &lt;br/&gt;group by city&lt;br/&gt;) as I&lt;br/&gt;group by city&lt;br/&gt;) as K&lt;br/&gt;group by city&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The figures are not coming out correctl now. When I just had one city, New York, I had a certain count. Now will all ten cities, the counts for New York are now differnent.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is wroing with my query ? I think there are too many group by clauses ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ideally, it would give me ten lines of output, one for each city, then I can use cfloop to loop thru and add each record into a table, one record per city.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa8dfc23-b3a2-4ddb-a909-0d9c4c51246f] --&gt;</description>
      <pubDate>Fri, 11 Dec 2009 00:18:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/537469</guid>
      <dc:date>2009-12-11T00:18:09Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add extra character during input</title>
      <link>https://forums.adobe.com/thread/532234</link>
      <description>&lt;!-- [DocumentBodyStart:029f32f1-62f0-462c-9ecf-1d5ab6fba513] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Lets say I have a form that contains a field name citycode, and the value entered could be xyz, abc, ddx, etc..any three letter combination.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I want to do is add an extra character in front of the entered value, if the city is New York. So if the New York user enters xyz in the city code field, than tabs to to the next field, I want to automatically add 'N' in front of the entered xyz so that that the city code will display NXYZ, even though he entered xyz and is now at the next field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can this be done ? I konw I can check for the city during insert and then add&amp;nbsp; the N in front of xyz to insert into the table, but I thought adding it during input might be better so that the new value can be displayed before inserting into the table.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:029f32f1-62f0-462c-9ecf-1d5ab6fba513] --&gt;</description>
      <pubDate>Mon, 30 Nov 2009 17:35:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/532234</guid>
      <dc:date>2009-11-30T17:35:12Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Submit button and Enter button</title>
      <link>https://forums.adobe.com/thread/529212</link>
      <description>&lt;!-- [DocumentBodyStart:668c8697-9cac-45cd-a0de-3b44b29a49cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;All of my forms have a submit button to process the page. However, a user filled out the form and hit the enter key on the keyboard instead of the submit button on the form,and nothing happened.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Needless to say, he complained,and now the boss said that all enter buttons on the keyboard should function the same as the submit button on the page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I dont think I have ever done this before. Does this require javascript code to make both function the same, or is there anohter method ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:668c8697-9cac-45cd-a0de-3b44b29a49cc] --&gt;</description>
      <pubDate>Mon, 23 Nov 2009 18:06:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/529212</guid>
      <dc:date>2009-11-23T18:06:53Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error Message</title>
      <link>https://forums.adobe.com/thread/526696</link>
      <description>&lt;!-- [DocumentBodyStart:1d9747b1-5f12-4a04-88a7-07a180880e45] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am getting this error message when I attempt to update :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Error converting data type varchar to float.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is telling me that I am trying to put an alphanumeric field into a numeric decimal field ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the code I am using for my update :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;update gfmPartNumbers&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set conditionCode = '#Evaluate("form.conditionCode#gfmPartNumberID#")#',&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; materialNumber = '#Evaluate("form.materialNumber#gfmPartNumberID#")#',&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity = '#Evaluate("form.quantity#gfmPartNumberID#")#',&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unitValue = '#Evaluate("form.unitValue#gfmPartNumberID#")#'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The conditionCode is datatype nvarchar lenght 20, the materialNumber is nvarchar length 50, the quantity is int length 4 and the unitValue is decimal length 9.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I checked all the values on the screen before submitting and they all look good. The error message does not pinpoint me anywhere, what else and where else can I look ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d9747b1-5f12-4a04-88a7-07a180880e45] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 18:12:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/526696</guid>
      <dc:date>2009-11-18T18:12:30Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Rounding Up</title>
      <link>https://forums.adobe.com/thread/526643</link>
      <description>&lt;!-- [DocumentBodyStart:ae77d54a-9f75-4427-9365-86472f78b0f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am doing a simple calculation and need to round up the output :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my partial query :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT SUM(cycleTime) / COUNT(urdn_number) AS ceiling(cycleTime), count(urdn_number) as totalCount, &lt;br/&gt;&amp;nbsp; sum(totalValue) as totalCost, Month_Status&lt;br/&gt;&amp;nbsp;&amp;nbsp; FROM &lt;br/&gt;&amp;nbsp;&amp;nbsp; (&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp; SELECT distinct a.urdn_number, &lt;br/&gt;&amp;nbsp;&amp;nbsp; DATEDIFF(day, a.Date_Arrived, b.activity_date) + 1 AS cycleTime,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The cycle time variable needs to round up but it keeps rounding down. What am I doing wrong ? I even had the ceiling before the sum but that still did not work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, my numbers are 206/14 = 14.7 and should round p to 15 but I still get 14 as my output.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help, driving me nuts.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae77d54a-9f75-4427-9365-86472f78b0f1] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 16:42:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/526643</guid>
      <dc:date>2009-11-18T16:42:59Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Outputting large dollar amounts - how can I reduce ?</title>
      <link>https://forums.adobe.com/thread/521627</link>
      <description>&lt;!-- [DocumentBodyStart:523f0893-6820-4eee-aeed-9104c09db659] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have to output 12 dollar amounts, one per month in a table with width 760.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The figures are rather large, like&amp;nbsp; $285,025.46,&amp;nbsp; $155,891.77,&amp;nbsp; $6,961,692.85...etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;They obvisouly will not fit in the table and will cause it to expand. What can I do to reduce the size and have it still be readable, such as 6.9M, or something like that, for the 6 million number ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or is there a better way to do this ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:523f0893-6820-4eee-aeed-9104c09db659] --&gt;</description>
      <pubDate>Wed, 11 Nov 2009 00:40:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/521627</guid>
      <dc:date>2009-11-11T00:40:57Z</dc:date>
      <clearspace:dateToText>5 years 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I output this differently ?</title>
      <link>https://forums.adobe.com/thread/519224</link>
      <description>&lt;!-- [DocumentBodyStart:ba56ff1c-cbc1-46a0-8279-ea9ff51ba687] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I currently output my report in a table using the following :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &amp;lt;table width="760" border="1" bordercolor="black" cellspacing="0" cellpadding="2"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr bgcolor="#DCDEE0"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText"&amp;nbsp; align="center"&amp;gt;&amp;lt;b&amp;gt;Month/Year&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText"&amp;nbsp; align="center"&amp;gt;&amp;lt;b&amp;gt;Total Lots In&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText"&amp;nbsp; align="center"&amp;gt;&amp;lt;b&amp;gt;Total Lots Out&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfoutput query="qryGetData"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText" align="center"&amp;gt;#month_status#&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText" align="center"&amp;gt;#totalLotsIn#&amp;lt;/td&amp;gt;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp; &amp;lt;td class="TitleText" align="center"&amp;gt;#totalLotsout#&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfoutput&amp;gt;&lt;br/&gt;&amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The outout looks something like this :&lt;/p&gt;&lt;p&gt;Month/Year&amp;nbsp;&amp;nbsp; Total Lots In&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total Lots Out&lt;/p&gt;&lt;p&gt;1/09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/p&gt;&lt;p&gt;2/09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;etc...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I change the table to make the output look something like this :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1/09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/09&lt;/p&gt;&lt;p&gt;In Out&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Out&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Out&lt;/p&gt;&lt;p&gt;10 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 50&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;etc..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ba56ff1c-cbc1-46a0-8279-ea9ff51ba687] --&gt;</description>
      <pubDate>Fri, 06 Nov 2009 00:46:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/519224</guid>
      <dc:date>2009-11-06T00:46:55Z</dc:date>
      <clearspace:dateToText>5 years 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Inserting cfmail contents into a comments field</title>
      <link>https://forums.adobe.com/thread/513949</link>
      <description>&lt;!-- [DocumentBodyStart:430a2d6e-6f93-423c-b5f9-ca293aa38929] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have an application that will send out a cfmail (3 or 4 lines of content only). If is formatted in a table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also have a history log table where every transaction is recorded into a comments field. So when the cfmail is sent, a comment would be inserted into the history table with comments like 'Email sent to customer'. However, this comment is too plain, so they want to put the entire cfmail contents (3 or 4 lines) into the comments field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I do this, including adding the table format/structure, into the comments ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:430a2d6e-6f93-423c-b5f9-ca293aa38929] --&gt;</description>
      <pubDate>Wed, 28 Oct 2009 05:30:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/513949</guid>
      <dc:date>2009-10-28T05:30:23Z</dc:date>
      <clearspace:dateToText>5 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfmail questions</title>
      <link>https://forums.adobe.com/thread/494706</link>
      <description>&lt;!-- [DocumentBodyStart:31cbedfd-3738-4e86-9467-15c587054bbe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a query where I determine the number of days a request is still open. Here is the partial query :&lt;/p&gt;&lt;p&gt;SELECT DISTINCT&amp;nbsp; &lt;br/&gt;requestNumber,&amp;nbsp; &lt;br/&gt;DATEDIFF(day, date_arrived, GETDATE()) + 1 AS daysOpen&lt;br/&gt;email,........&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then use cfmail to send an email to each email address. In the body of the email, I want to break it up into three categories based on the daysOpen&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I have this :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif qry.daysOpen GTE 5 and LT 10&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;display something here in GREEN..etc&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif qry.daysOpen GTE 10 and qrydaysOpen LTE 15&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;display something here in BLUE, etc&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cffi qry.daysOpen GTE 15&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfouput&amp;gt;display somehting here in RED ,etc&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So for each email sent, the recipient show see three outputs, each in a different color.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, this is not working and only the blue color is showing. I know there are daysOpen for the others also, but everything falls into the blue cateogry,&lt;/p&gt;&lt;p&gt;even daysOpen of 6, which according to the logic, should be green.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What am I doing wrong ? The logic makes sense to me but I guess it is incorrect. What do I need to do to get the three categories ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:31cbedfd-3738-4e86-9467-15c587054bbe] --&gt;</description>
      <pubDate>Sun, 20 Sep 2009 06:07:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/494706</guid>
      <dc:date>2009-09-20T06:07:51Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to separate names</title>
      <link>https://forums.adobe.com/thread/494597</link>
      <description>&lt;!-- [DocumentBodyStart:9a6cc9c6-06c4-466d-8985-d318e5911cd6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have to search LDAP to get email address. However, all I have to work with is a name, such as Joe Smith. I can plug that in and it will find it.&lt;/p&gt;&lt;p&gt;However, sometimes nothing will be returned because the name in LDAP will be Joe X. Smith, and I only have Joe Smith to work with.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I break up the name Joe Smith into a first name of Joe and lastname of Smith ? I think I can then use the first name and lastname variables to search, thus bypassing any names with a middle initial. Also, it if is reversed and I have Joe X. Smith to work with, how can I still break up into first and last names without the middle initial. I just want a first and lastname to work with, so I can use that to search LDAP.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If this is not the proper way, what would be the best way to get email addresses from LDAP.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a6cc9c6-06c4-466d-8985-d318e5911cd6] --&gt;</description>
      <pubDate>Sat, 19 Sep 2009 18:38:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/494597</guid>
      <dc:date>2009-09-19T18:38:00Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Displaying data based on checkboxes</title>
      <link>https://forums.adobe.com/thread/489549</link>
      <description>&lt;!-- [DocumentBodyStart:15594d46-7932-4131-897b-459a5fe27e53] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a series of checkboxes that I dynamically generate from a table . Each checkbox represents a state. If I check on a checkbox for a particular state, how can I display the cities for that state ? Or check more than one checkbox, display all the cities for each checkbox that was checked.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15594d46-7932-4131-897b-459a5fe27e53] --&gt;</description>
      <pubDate>Wed, 09 Sep 2009 18:05:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/489549</guid>
      <dc:date>2009-09-09T18:05:14Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>&lt;cfif structkeyexists(form, "btnSubmit")&gt; overridding</title>
      <link>https://forums.adobe.com/thread/480441</link>
      <description>&lt;!-- [DocumentBodyStart:ff4a07de-2b88-4123-9941-ac6d8da6061b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that submits to itself instead of an action page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my submit button : &amp;lt;input type="submit" name="btnSubmit" style="width:&amp;nbsp; 108px" value="Submit"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the form is submitted, I check for the existence of the submit button and then do processing :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif structkeyexists(form, "btnSubmit")&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cftransaction&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;!--- Deteremine if any of the checkboxes were checked from the form. Since the checkboxes name is 'del=#urdn_number#', &lt;br/&gt;check to see if the first four characters are 'Del_'. If it is, perform a loop and extract the the urdn number into &lt;br/&gt;the variable select_urdn_number ---&amp;gt;&lt;br/&gt;&amp;lt;cfif isDefined("form.fieldnames") and mid(form.fieldnames,1,4) is "Del_"&amp;gt;&lt;br/&gt;&amp;lt;cfloop index="i" list="#form.fieldnames#" delimiters=","&amp;gt;&lt;br/&gt;&amp;lt;cfset select_urdn_number = listlast(i,"_")&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I basically have rows of data and each row contains a checkbox and I process all the transactions simultaneously that are checked.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is happening now is that it seems to be treating form.btnSubmit as a form variable and attempting to insert it into the table and it is blowing up.&lt;/p&gt;&lt;p&gt;When I did this using an action page, there was no need to check for form.btnSubmit and the inserts worked without any problems.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I get around this problems ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ff4a07de-2b88-4123-9941-ac6d8da6061b] --&gt;</description>
      <pubDate>Thu, 20 Aug 2009 19:43:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/480441</guid>
      <dc:date>2009-08-20T19:43:24Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pages timing out</title>
      <link>https://forums.adobe.com/thread/470333</link>
      <description>&lt;!-- [DocumentBodyStart:c84a5f52-825c-48c8-bdc7-7403a60b5bb3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have five in house built applications that run on the same server. However, one application seems to be timing out lately. Different pages, different hours of the day, different states (from CA, to TX, to MS, to FL), etc. Whenever one of the pages times out, the user calls and I try and duplicate by doing the exact same transaction on the same page, and it works for me without any issues. I call the sever admins located in AL and they say that the sever is fine and that the page is coded incorrected. Something call JRUN detected a problem and locked the page and when I used it, the lock was released.&lt;/p&gt;&lt;p&gt;This does not make sense to me. If the page/pages are coded in correctly, shouldnt they always fail ? Logically, that makes sense. But different pages fail at different times and we cannot pinpoint where teh problem is to try and fix it. One major difference between this app and the others is that this one still uses two pages, the form and action page. Some pages were rewritten to combine both into one page but that did not seem to solve the problem. We looked at the tables and they seem to be ok. We looked at the queries and ran thru analzyer and they completed quickly,no hangups. Everythihng seems to be ok, the data goes into the proper tables, etc. but some of the pages still time out. This app was running fine for the past year and half and the time outs just started happening about 2 months ago. At about the same time, the server crashed and was restored two days later. But this could just be a coincidence.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What could be causing the pages to time out ? Where else can we look to try and identify/isolate the problem ? Again, some people use it and it seems fine. But others using it wait awhile after submitting and then the page eventually times out. We are baffled and do not know what else can be done. None of the other apps seem to time out except for this one.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas or solutions will be greatly appreciated. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c84a5f52-825c-48c8-bdc7-7403a60b5bb3] --&gt;</description>
      <pubDate>Thu, 30 Jul 2009 20:39:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/470333</guid>
      <dc:date>2009-07-30T20:39:14Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>valuelist question</title>
      <link>https://forums.adobe.com/thread/473907</link>
      <description>&lt;!-- [DocumentBodyStart:219e325b-6864-4051-9a0f-b5705e38f730] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use valuelist to display a list of values :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#valuelist(qry.qualifierText, ", ")#&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, it will display continually across the page until it runs out of room, then wraps to the next line and continue until done.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I define it so that it will display only five on one line, then skip and dispaly the next five, then skip, etc. until completed ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:219e325b-6864-4051-9a0f-b5705e38f730] --&gt;</description>
      <pubDate>Fri, 07 Aug 2009 04:36:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/473907</guid>
      <dc:date>2009-08-07T04:36:37Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Retaining form values when moving between forms</title>
      <link>https://forums.adobe.com/thread/474304</link>
      <description>&lt;!-- [DocumentBodyStart:edbfb1ba-d859-461a-9de8-aeed185567ed] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can't remember if I asked this or someone else did, but I still cannot understand how to do this, so I am posting for help.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a form where I have to check off some values with checkboxes. I then have to enter an employee number. If I do not know it, I can click on an icon and it will take me to the master employee lookup site. Once I find what I am looking for, I click on that employee number and it returns me back to the original form, bringing back the selected employee number and plugging it into the employee number field. This works fine. But the problem I am having is that the check boxes that were checkws prior to the lookup are now gone and I have to recheck them all again.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I retain the checked checkboxes on the form after if comes back from the employee lookup ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edbfb1ba-d859-461a-9de8-aeed185567ed] --&gt;</description>
      <pubDate>Fri, 07 Aug 2009 22:14:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/474304</guid>
      <dc:date>2009-08-07T22:14:43Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pages time out</title>
      <link>https://forums.adobe.com/thread/469895</link>
      <description>&lt;!-- [DocumentBodyStart:d81babb4-dc1f-40a1-be27-66533da9ca83] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have five in house built applications that run on the same server. However, one application seems to be timing out lately. Different pages, different hours of the day, different states (from CA, to TX, to MS, to FL), etc. Whenever one of the pages times out, the user calls and I try and duplicate by doing the exact same transaction on the same page, and it works for me without any issues. I call the sever admins located in AL and they say that the sever is fine and that the page is coded incorrected. Something call JRUN detected a problem and locked the page and when I used it, the lock was released.&lt;/p&gt;&lt;p&gt;This does not make sense to me. If the page/pages are coded in correctly, shouldnt they always fail ? Logically, that makes sense. But different pages fail at different times and we cannot pinpoint where teh problem is to try and fix it. One major difference between this app and the others is that this one still uses two pages, the form and action page. Some pages were rewritten to combine both into one page but that did not seem to solve the problem. We looked at the tables and they seem to be ok. We looked at the queries and ran thru analzyer and they completed quickly,no hangups. Everythihng seems to be ok, the data goes into the proper tables, etc. but some of the pages still time out. This app was running fine for the past year and half and the time outs just started happening about 2 months ago. At about the same time, the server crashed and was restored two days later. But this could just be a coincidence.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What could be causing the pages to time out ? Where else can we look to try and identify/isolate the problem ? Again, some people use it and it seems fine. But others using it wait awhile after submitting and then the page eventually times out. We are baffled and do not know what else can be done. None of the other apps seem to time out except for this one.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas or solutions will be greatly appreciated. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d81babb4-dc1f-40a1-be27-66533da9ca83] --&gt;</description>
      <pubDate>Thu, 30 Jul 2009 03:33:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/469895</guid>
      <dc:date>2009-07-30T03:33:16Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Form and url variables - making them the same name</title>
      <link>https://forums.adobe.com/thread/462220</link>
      <description>&lt;!-- [DocumentBodyStart:34b89226-9266-47dc-8775-1ff7ced4487a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that is entered when the user enters a part number. Inside the form, I do a bunch of query lookups using the form variabe, where partNumber = '#form.partNumber#'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, I can also access this form from other forms, so I would then be using the url variable, where partNumber = '#url.partNumber#'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To determine whether I use the form or url variable, I pass a flag as I enter the form, and the check to determine which to use. For example, &amp;lt;cfif flag="form"&amp;gt;, then where partNumber&amp;nbsp; '#form.partNumber#" else where partNumber = '#url.partNumber#'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This seems to work ok, but is there a better way to do this ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just want to say where partNumber = '#partNumber#' and forget if it is form or url variable.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34b89226-9266-47dc-8775-1ff7ced4487a] --&gt;</description>
      <pubDate>Tue, 14 Jul 2009 18:31:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/462220</guid>
      <dc:date>2009-07-14T18:31:20Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Leading Zeros</title>
      <link>https://forums.adobe.com/thread/459374</link>
      <description>&lt;!-- [DocumentBodyStart:c1ef2ffc-13aa-4e88-9330-a3e4796f5c20] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a field labeled itemNo defined as nvarchar 50 in table on sql server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On the form, when they enter the itemNo, I need it to be 00010, alsways 5 digits with leadgin zeros, because I have to use that as an exact match in a search later on. Most of the time, they only enter 10 and my search fails.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I automatically add the leading zeros to the form variable.I suppose I can check for length and insert it with the leading zeros, but I am using the form variable to check, so I would like that to have leading zeros.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c1ef2ffc-13aa-4e88-9330-a3e4796f5c20] --&gt;</description>
      <pubDate>Wed, 08 Jul 2009 18:57:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/459374</guid>
      <dc:date>2009-07-08T18:57:39Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Creating dynamic value range, one week at a time</title>
      <link>https://forums.adobe.com/thread/455985</link>
      <description>&lt;!-- [DocumentBodyStart:303f6c6c-fbef-4b46-ade2-67863684802b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Every Monday, I query a table to get data for the past week, every Monday (last Monday) to Sunday. I do some calculations with the data and insert the data and dates into a table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then use cfchart to create a graph using this data. The drilldown uses the same weekly date range to produce a report. So the record count for the chart and the report should be the same.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I just discovered is that more data can&amp;nbsp; be added to the query table after I have already obtained the data. Since the data for the chart is already in the table, it is static. But the report is dynamice since it uses the weekly date range everytime the drilldown is selected. This causes the count of the report to be different than the count of the chart.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Instead of gathering data every Monday and inserting into a table, for the chart, how can I make the chart data dynamic ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to plot a rolling 12 weeks worth of data, always from Monday to Sunday, inclusive. So if I decide to run the chart on a Wednesday, how would I gather the twelve weeks worth of data, always from Monday to Sunday ? I need to make this dynamc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; The reports always work because the drilldown is pasing it the dates, thats why the count is always correct. But I do not know how to do this with the chart, which needs to be dynamic also, since static will not work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help appreciated. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:303f6c6c-fbef-4b46-ade2-67863684802b] --&gt;</description>
      <pubDate>Wed, 01 Jul 2009 03:45:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/455985</guid>
      <dc:date>2009-07-01T03:45:38Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to check for blank fields ?</title>
      <link>https://forums.adobe.com/thread/454920</link>
      <description>&lt;!-- [DocumentBodyStart:d8dadafb-08f6-4032-be4e-6ae2e09df535] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form that contains six input fields used for email addresses.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Once all six are filled out, I can create a concatenated string with the six input fields, separated by a comma, to be used in the cfmail to part.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What if they do not fill out all six input fields and only fillout two of the input fields with email addresses. ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is an efficient way to check if a field was filled out or not, with an email address ? My concatenated string will then only contain 2 input fields.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d8dadafb-08f6-4032-be4e-6ae2e09df535] --&gt;</description>
      <pubDate>Mon, 29 Jun 2009 04:33:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/454920</guid>
      <dc:date>2009-06-29T04:33:42Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CREATEODBCDATE</title>
      <link>https://forums.adobe.com/thread/453620</link>
      <description>&lt;!-- [DocumentBodyStart:cbb71436-2347-4c8f-ab1e-10faf4cc3249] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a field named docDate that is defined as date time in sql table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to query the table and find all records for docDate &amp;gt;= 05/18/2009 and docDate &amp;lt;= 05/24/2009&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I have this in my query, is it correct ? It seems to run fine thru analyzer but there are too many records for me to cound manuall to verify.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;WHERE CONVERT(CHAR(10), docDate, 101) between #createodbcdate(lastWeek)# and #CreateODBCDate(todaysDate)#, where lastWeek is 05/18/2009 and todaysDate is 05/24/2009&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cbb71436-2347-4c8f-ab1e-10faf4cc3249] --&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:08:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/453620</guid>
      <dc:date>2009-06-25T15:08:37Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to tell between update and insert ?</title>
      <link>https://forums.adobe.com/thread/438978</link>
      <description>&lt;!-- [DocumentBodyStart:d768d6e9-0222-4436-99e2-13de2d74d744] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a form where a user can enter a value, press a button and anoher input would appear, add another value, press the button again, etc. When done, he submits and I use cfloop list to insert the data into a table.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I bring up this form again, I check to see if there are any values in the table. If they are there, I display the values in a table, one per row.&amp;nbsp; At the end, I have the button again, just in case they need to add more values.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the problem that I am running into and do not know how to solve. How do I know whether they added a new value, or simply changed one of the existing values ? Or what is they did both, change an exisitng value and add a new value ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the code I use if they chagned an exisitng value :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop index="dateCodeID" list="#form.dateCodeID#" delimiters=","&amp;gt;&lt;br/&gt; &amp;lt;cfquery name="qryUpdateDateCodes" datasource="db"&amp;gt;&lt;br/&gt;udate table&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set dateCode = '#Evaluate("form.dateCode#dateCodeID#")#'&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where stockScreenID = '#form.stockScreenID#'&lt;br/&gt; and dateCodeID = '#dateCodeID#'&lt;br/&gt; &amp;lt;/cfquery&amp;gt;&lt;br/&gt; &amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and I would use the cfloop list to insert a new value, but how would I know which one to use when they submit ? I do not know whether an exisitng value(s) changed or new value(s) added.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d768d6e9-0222-4436-99e2-13de2d74d744] --&gt;</description>
      <pubDate>Wed, 27 May 2009 22:29:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/438978</guid>
      <dc:date>2009-05-27T22:29:29Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cgi.remote_user is blank</title>
      <link>https://forums.adobe.com/thread/434692</link>
      <description>&lt;!-- [DocumentBodyStart:1602621e-9638-40c3-96f5-803fa5777f26] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have been using cgi.remote_user to retrieve the logon ID of users, then pasing that value thru screens, all works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, we have defined a new datasource and when I tried to use cgi.remote_user, it is blank ? The dba is on vactaion so I cannot check with him. But I was wondering if anybody knows why cgi.remote_user is not returning anything this time. On other applications we have, it works fine, and I don't think I am doing anything differently.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1602621e-9638-40c3-96f5-803fa5777f26] --&gt;</description>
      <pubDate>Mon, 18 May 2009 20:26:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/434692</guid>
      <dc:date>2009-05-18T20:26:18Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query help - getting the last record</title>
      <link>https://forums.adobe.com/thread/434300</link>
      <description>&lt;!-- [DocumentBodyStart:9067f9d0-7f9b-4c6f-ad4e-fb9a794ce9e6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a history table that contains columns requestNo, status, and date. For example. for requestNo 1000, the first status is open and the date. The second record for reqeustNO 1000 might be review and the date, then status process and the date, and then status closed and the date. For requestNO 2000, the first record will be status open, then the next will be status reveiw.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I write a query to get the last record for each reqeustNO ? For example, the last record for requestNO 1000 will&amp;nbsp; be status closed and the date. For reqeustNO 2000, the last record is review, and the date, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I really need to do is to find all last records with status of closed, for each reqeustNO.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9067f9d0-7f9b-4c6f-ad4e-fb9a794ce9e6] --&gt;</description>
      <pubDate>Mon, 18 May 2009 01:15:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/434300</guid>
      <dc:date>2009-05-18T01:15:53Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Outputting with cfloop ?</title>
      <link>https://forums.adobe.com/thread/430493</link>
      <description>&lt;!-- [DocumentBodyStart:7a7399a5-1e45-499d-8548-2cd142215e22] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a table that contains information for 4 states. I need to output the information in a table with each state in its own &amp;lt;td&amp;gt;. I currently do this by using four different queries, one per state. If a new state is added, then I have to create a fifth query.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know this is not the best way to do this but I do not know how to do it any other way. Would I use cfloop to dynamically generate so that I do not have to create a new query ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a7399a5-1e45-499d-8548-2cd142215e22] --&gt;</description>
      <pubDate>Sat, 09 May 2009 01:23:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/430493</guid>
      <dc:date>2009-05-09T01:23:57Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with Fusion Charts</title>
      <link>https://forums.adobe.com/thread/428855</link>
      <description>&lt;!-- [DocumentBodyStart:661d40e4-c9e2-4868-bd6a-7a85dac10e0b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We just installed Fusion Charts on our server and I was told to start using that instead of cfchart.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where can I find documentation, similar to cf docs, that explains all the commands and gives examples. I searched the web and cannot seem to find what I am looking for. Does anybody have a good website to look at ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, does fusion charts completely replace cfchart, or does cfchart call the fusion charts commands ? I am completely new to this and was wondering can somebody show me an example of how fusion chart works ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:661d40e4-c9e2-4868-bd6a-7a85dac10e0b] --&gt;</description>
      <pubDate>Tue, 05 May 2009 20:33:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/428855</guid>
      <dc:date>2009-05-05T20:33:22Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I validate this ?</title>
      <link>https://forums.adobe.com/thread/425299</link>
      <description>&lt;!-- [DocumentBodyStart:564a077c-3eef-40f4-ae5f-b412d5746071] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I use the following code to dynamically generate input fields based on the quantity :&lt;/p&gt;&lt;p&gt;&amp;lt;cfloop from="1" to="#quantity#" index="i"&amp;gt;&lt;br/&gt;&amp;lt;table border="0"&amp;gt;&lt;br/&gt;&amp;lt;tr&amp;gt;&lt;br/&gt;&amp;lt;td width="33" align="right" class="TitleText"&amp;gt;&amp;lt;b&amp;gt;#i#:&amp;lt;/b&amp;gt;&amp;nbsp;&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;lt;td width="148" align="right" clsas="TitleText"&amp;gt;&lt;br/&gt;&amp;lt;cfinput type="text" name="serialNumber" size="40"&amp;gt;&lt;br/&gt;&amp;lt;input type="hidden" name="PartNumberID" value="#PartNumberID#"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&lt;br/&gt;&amp;lt;/tr&amp;gt;&lt;br/&gt;&amp;lt;/table&amp;gt;&lt;br/&gt;&amp;lt;/cfloop&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem I am having is that people purposely blowup the serialNumber field by exceeding the limit size 40. I can use maxlenght to prevent this, but I want to display an error message. How can I do this ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:564a077c-3eef-40f4-ae5f-b412d5746071] --&gt;</description>
      <pubDate>Tue, 28 Apr 2009 04:39:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/425299</guid>
      <dc:date>2009-04-28T04:39:26Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Time Calculations in hours and minutes for same day or different day</title>
      <link>https://forums.adobe.com/thread/421543</link>
      <description>&lt;!-- [DocumentBodyStart:7fad07c7-4676-4811-845d-9581af4af4b4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a start date/time of 4/13/09 10:08 and end date/time time of 4/13/09 11:55 and I need to calculate the time between both. It would be one hour and 47 minutes on the same day.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I use datediff with hh, it returns 1 (one hour). If I use datediff with mm, it returns 0. What is the correct way/formula to calculate the time difference to come out with hours and minutes, and how do I add the am or pm ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If the end date/time is 4/14/09 11:55, then that would be one day, one hour and 47 minutes, or 25 horus and 47 minutes ? How is that done if the date is the next day ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7fad07c7-4676-4811-845d-9581af4af4b4] --&gt;</description>
      <pubDate>Mon, 20 Apr 2009 01:40:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/421543</guid>
      <dc:date>2009-04-20T01:40:41Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfchart and xml question - does anybody know how to do this ?</title>
      <link>https://forums.adobe.com/thread/417386</link>
      <description>&lt;!-- [DocumentBodyStart:a3f490f6-6b24-4d4d-a5fd-75634f265acd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a cfchart with two bars per date (x axis). I then added a line to complement the bars, with the line/point for each date represneting a percentage. I then use xml to create a second y axis to show the percentage amount. The problem I am running into is that with xml, the two bars are now on top of each other instead of side by side. Everytime I use xml this happens and I have to turn the bars into lines. How do I get around this ? I just want to have two bars side by side, with a line and a second Y axis.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3f490f6-6b24-4d4d-a5fd-75634f265acd] --&gt;</description>
      <pubDate>Fri, 10 Apr 2009 04:05:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/417386</guid>
      <dc:date>2009-04-10T04:05:31Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfchart question</title>
      <link>https://forums.adobe.com/thread/416715</link>
      <description>&lt;!-- [DocumentBodyStart:48642acd-b779-45d9-bc11-256a4206020b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this partial query code. I calculate the daysdiff then sum them up base on if they are less than 3 days, greather than 3 days and less than 7, etc. :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SELECT &lt;br/&gt;sum(CASE WHEN aging &amp;gt; 0&amp;nbsp;&amp;nbsp; and aging &amp;lt;= 3&amp;nbsp;&amp;nbsp; THEN 1 ELSE 0 END) as lessThanThreeDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 3&amp;nbsp;&amp;nbsp; and aging &amp;lt;= 7&amp;nbsp;&amp;nbsp; THEN 1 ELSE 0 END) as greaterThanThreeDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 7&amp;nbsp;&amp;nbsp; and aging &amp;lt;= 30&amp;nbsp; THEN 1 ELSE 0 END) as greaterThanSevenDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 30&amp;nbsp; and aging &amp;lt;= 60&amp;nbsp; THEN 1 ELSE 0 END) as greaterThanThirtyDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 60&amp;nbsp; and aging &amp;lt;= 120 THEN 1 ELSE 0 END) as greaterThanSixtyDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 120 and aging &amp;lt;= 240 THEN 1 ELSE 0 END) as greaterThanOneTwentyDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 240 and aging &amp;lt;= 480 THEN 1 ELSE 0 END) as greaterThanTwoFortyDays,&lt;br/&gt;sum(CASE WHEN aging &amp;gt; 480&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THEN 1 ELSE 0 END) as greaterThanFourEightyDays&lt;br/&gt;FROM&lt;br/&gt;(&lt;br/&gt;SELECT&lt;/p&gt;&lt;p&gt;datediff(day, gfmMaster.dateArrived, getdate()) as aging&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For my chart, the y axis will be number of days and the x axis will be days range (less than 3 days, greater than 3 days and less than 7 days, etc.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a serieslabel for each date range but it does not like the serieslabel "&amp;lt;3", how can I get around that ?&lt;/p&gt;&lt;p&gt;&amp;lt;cfchartseries type="bar"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query="qryAging"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valuecolumn="lessThanThreeDays"&lt;br/&gt;&amp;nbsp;&amp;nbsp; serieslabel="&amp;lt;3"&lt;br/&gt;&amp;nbsp;&amp;nbsp; seriescolor="blue"&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datalabelstyle="value"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, it is treating all the date ranges as one big one with the legend indicating which color is less than 3 days, etc. I would like it so that each date range is treated separately, like one bar for less than 3 days and the label as &amp;lt;3, one bar for greather than 3 days and less than 7 days, with the label as &amp;gt;3, etc. How can I do that ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:48642acd-b779-45d9-bc11-256a4206020b] --&gt;</description>
      <pubDate>Wed, 08 Apr 2009 23:16:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/416715</guid>
      <dc:date>2009-04-08T23:16:25Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQL Server Question</title>
      <link>https://forums.adobe.com/thread/87982</link>
      <description>&lt;!-- [DocumentBodyStart:802a37c6-a68d-4101-bf9f-b189e9779300] --&gt;&lt;div class="jive-rendered-content"&gt;I have a table in sql server. One column is quantity,
datatype int and the other is price, datatype decimal. For cfinput,
both are text and I predisplay 0.00 to let the user know the
format. 
&lt;br/&gt;
&lt;br/&gt;What is happening now is that users are entered 1.5, etc.,
into the quantity field and the insert blows up because of the
datatype. So I changed the quantityt datatype from int to decimal
so it will accept 1.5. However, when I look in the table, the value
is stored as 2 (it will round up or down) instead of 1.5. and
displays as 2. The price works and looks fine, but the quanity does
not work. 
&lt;br/&gt;
&lt;br/&gt;What do I need to do to retain the decimal, and what affect
will that have on existing data that was previously int ?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:802a37c6-a68d-4101-bf9f-b189e9779300] --&gt;</description>
      <pubDate>Wed, 25 Mar 2009 17:15:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/87982</guid>
      <dc:date>2009-03-25T17:15:44Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>sql sum question</title>
      <link>https://forums.adobe.com/thread/85178</link>
      <description>&lt;!-- [DocumentBodyStart:064d3106-e583-4c03-80ff-471315f82f7d] --&gt;&lt;div class="jive-rendered-content"&gt;I need to produce a CF report only showing the top five
suppliers, plus other information.
&lt;br/&gt;
&lt;br/&gt;I count each supplier, with group by, then sum the count,
with group by, to get the total occurrances of each supplier. My
query/subquery is something like this : 
&lt;br/&gt;
&lt;br/&gt;select sum(supplierCount) as totalCount, supplier
&lt;br/&gt;from
&lt;br/&gt;(
&lt;br/&gt;select count(supplier) as suppliercount, supplier
&lt;br/&gt;from table
&lt;br/&gt;group by supplier
&lt;br/&gt;) as a
&lt;br/&gt;group by supplier
&lt;br/&gt;order by supplier
&lt;br/&gt;
&lt;br/&gt;This appears to work and gives me the total occurrances of
each supplier. I can then select the top 5. Howver, when I start
including the other columns, the count/sum does not seem to work
anymore and becomes 1 for each supplier. I even tried usign QofQ
and that did not work.
&lt;br/&gt;
&lt;br/&gt;How can I write the query to give me the total number of
occurrances of each supplier, in addition to having the other
columns on the report ?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:064d3106-e583-4c03-80ff-471315f82f7d] --&gt;</description>
      <pubDate>Tue, 24 Mar 2009 04:28:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/85178</guid>
      <dc:date>2009-03-24T04:28:35Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to preselect radio buttons</title>
      <link>https://forums.adobe.com/thread/207703</link>
      <description>&lt;!-- [DocumentBodyStart:ef4dbe3e-fbf0-4ae8-ae80-a99afe43d602] --&gt;&lt;div class="jive-rendered-content"&gt;I use the following to dynamically generate radio buttons
from my query, a list of cities.
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfloop query="qryGetCity"&amp;gt;
&lt;br/&gt;&amp;lt;cfoutput&amp;gt;
&lt;br/&gt;&amp;lt;cfinput type="radio" name="cityID"
value="#qryGetCity.cityID#"&amp;gt;#qryGetCity.city#&amp;lt;br&amp;gt;
&lt;br/&gt;&amp;lt;/cfoutput&amp;gt;
&lt;br/&gt;&amp;lt;/cfloop&amp;gt;
&lt;br/&gt;
&lt;br/&gt;When the user logs on, I validate their information from LDAP
and then they are taken to this page to select their city. 
&lt;br/&gt;
&lt;br/&gt;What I need to do now is when they log on, I still need to
validate their info from LDAP, but also ge the city and when they
are taken to this page, preselect the city for them. 
&lt;br/&gt;
&lt;br/&gt;How would I do this with dynamically generated radio buttons
? I think I know how to do it if hardcoded, but I dont know with
dynamic output.
&lt;br/&gt;
&lt;br/&gt;Thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef4dbe3e-fbf0-4ae8-ae80-a99afe43d602] --&gt;</description>
      <pubDate>Mon, 09 Mar 2009 17:56:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/207703</guid>
      <dc:date>2009-03-09T17:56:59Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQL Union</title>
      <link>https://forums.adobe.com/thread/217357</link>
      <description>&lt;!-- [DocumentBodyStart:32a37413-aa30-4432-bc2c-24bfd80d4fdc] --&gt;&lt;div class="jive-rendered-content"&gt;I have a table by city, and population. I want to combine the
populations of two cities into one. For example, the city of Ojai
contains 10 people and the city of Santa Barbara contains 100
people. So for my output, I want to display the city as Santa
Barbara and the population as 110
&lt;br/&gt;
&lt;br/&gt;My query is something like this : 
&lt;br/&gt;
&lt;br/&gt;select sum(population), 'Santa Barbara' as city 
&lt;br/&gt;
&lt;br/&gt;from 
&lt;br/&gt;(
&lt;br/&gt;select population from table where city='Ojai'
&lt;br/&gt;UNION
&lt;br/&gt;select populatoin from table where city='Santa Barbara'
&lt;br/&gt;)
&lt;br/&gt;
&lt;br/&gt;It is giving me the population of the first record it finds,
instead of both records.
&lt;br/&gt;
&lt;br/&gt;Is using UNION not the right way to do it ? 
&lt;br/&gt;
&lt;br/&gt;I am going to try QofQ next.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:32a37413-aa30-4432-bc2c-24bfd80d4fdc] --&gt;</description>
      <pubDate>Mon, 16 Mar 2009 20:59:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/217357</guid>
      <dc:date>2009-03-16T20:59:04Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xml and cfchart</title>
      <link>https://forums.adobe.com/thread/208225</link>
      <description>&lt;!-- [DocumentBodyStart:f5079d12-da69-447a-bdc3-de3b84f0f725] --&gt;&lt;div class="jive-rendered-content"&gt;I have a cfchart with two series, one bar (total count for a
period) and one line (average count for a period) I want to add a
third series, anohter bar (total dollar for a period). The problem
is that the dollar amount greatly exceeds the other two series in
the y axis, makes them appear as if they did not exists at all.
&lt;br/&gt;
&lt;br/&gt;So what I am doing now is using xml to create a second y axis
for the dollar amount, Here is what I have so far :
&lt;br/&gt;
&lt;br/&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&lt;br/&gt;&amp;lt;frameChart is3d="false" &amp;gt;
&lt;br/&gt;&amp;lt;yAxis scaleMin="0" scaleMax="150" labelCount="10"&amp;gt;
&lt;br/&gt;&amp;lt;labelStyle color="black" orientation="horizontal"/&amp;gt;
&lt;br/&gt;&amp;lt;/yAxis&amp;gt;
&lt;br/&gt;&amp;lt;xAxis&amp;gt;
&lt;br/&gt;&amp;lt;labelStyle color="black" orientation="slanted"/&amp;gt;
&lt;br/&gt;&amp;lt;/xAxis&amp;gt;
&lt;br/&gt;&amp;lt;elements place="Default" shape="bar"
drawShadow="false"&amp;gt;
&lt;br/&gt;&amp;lt;series index="2" shape="bar" isSecondAxis="true"/&amp;gt;
&lt;br/&gt;&amp;lt;/elements&amp;gt;
&lt;br/&gt;&amp;lt;/frameChart&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Here are the problems I am running into : 
&lt;br/&gt;the bar for the dollar amount is stacked on top of the bar
for the count, I want them side by side. 
&lt;br/&gt;The series for the line (average count) is ok but it is now
behind the bars, it used to be in front of the bars. 
&lt;br/&gt;The scale for the original y axis is now in decimals, 10,
12.5, 16.8...etc, it used to be just whole numbers
&lt;br/&gt;The border around the chart and the 2nd y axis is blue, I do
not know how to make it black
&lt;br/&gt;Is there a way to display the actual value/datapoint of the
dollar only, on top of the bar ?
&lt;br/&gt;
&lt;br/&gt;Anyone with xml experience that can help ? also, what is a
good resource on the net that will have all the tags I am looking
for ? right now, I am just getting them piece by piece and putting
it together.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5079d12-da69-447a-bdc3-de3b84f0f725] --&gt;</description>
      <pubDate>Thu, 05 Mar 2009 17:22:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/208225</guid>
      <dc:date>2009-03-05T17:22:48Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Automatic Page Reset</title>
      <link>https://forums.adobe.com/thread/222454</link>
      <description>&lt;!-- [DocumentBodyStart:e26dff0c-5a9b-4242-9d77-779d4faa8005] --&gt;&lt;div class="jive-rendered-content"&gt;I have a form that contains two dropdowns.When the values are
selected, they are passed to another page and used in a query where
statement. When they are done and return to the original page with
the pulldowns, the selected values are still populating the boxes.
A simple browser refresh will clear the values. However, they do
not want to do this and want the page to automatically refresh to
clear the values, when they go back in. 
&lt;br/&gt;
&lt;br/&gt;The javascript that I have found uses the meta tag but is set
at intervals, which is not what I want. Other code uses the body
onload but that seems to be an infinite loop. 
&lt;br/&gt;
&lt;br/&gt;Where can I find code to refresh the page once only, as soon
as it is accessed. ? 
&lt;br/&gt;
&lt;br/&gt;thanks&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e26dff0c-5a9b-4242-9d77-779d4faa8005] --&gt;</description>
      <pubDate>Fri, 20 Feb 2009 15:10:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/222454</guid>
      <dc:date>2009-02-20T15:10:19Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

