Same subject, new question

I posted this earlier and have been trying to figure it out
but can't, so I tried another way and it almost works, but not
quiet.
I have a table with 31 rows and I use the following to
generate checkboxes, three columns across with 10 in each column,
plus one extra.
the numerical values acorss are 1 2 3, then next line of 4 5
6, next line of 7 8 9, etc.
this is what I use :
<table border="0">
<cfoutput query="qryGet_Disposition">
<cfif CurrentRow Mod 3 EQ 1>
<tr>
</cfif>
<td valign="top">
<cfinput type="checkbox" name="disposition_issues_id"
value="#qryGet_Disposition.disposition_issues_id#" required
message="Please select at least one issue/resolution"><font
size="1">#qryGet_Disposition.disposition_issues_description#</font></td>
<cfif CurrentRow Mod 3 EQ 0>
</tr>
</cfif>
</cfoutput>
</table>
</td>
</tr>
</table>
It works fine. I need to edit, so I need to redisplay in the
exact format showing which boxes were checked, so that they can
check new ones or uncheck old ones.
I currently am using this method :
<table border="0">
<tr>
<td>
<cfset disposition_list =
valuelist(qryGet_disposition_issues.disposition_issues_id)>
<cfoutput>
<cfloop from="1" to="11" index="iii">
<cfif #iii# is "1">
<cfset disposition_issues_name = "Absorbed Parts (PO value
< $100.00)">
<cfelseif #iii# is "2">
<cfset disposition_issues_name = "PMR">
<cfelseif #iii# is "3">
<cfset disposition_issues_name = "Redirect Shipment">
</cfif>
<input type="checkbox" name="disposition_issues_#iii#"
id="disposition_issues_#iii#"
value="#iii#" <cfif listfind(disposition_list,
iii)>checked</cfif>>#disposition_issues_name#<br
/>
</cfloop>
</cfoutput>
</td>
<td>
<cfset disposition_list =
valuelist(qryGet_disposition_issues.disposition_issues_id)>
<cfoutput>
<cfloop from="12" to="22" index="iii">
<cfif #iii# is "4">
<cfset disposition_issues_name = "pmrr">
<cfelseif #iii# is "5">
<cfset disposition_issues_name = "new pack slip">
<cfelseif #iii# is "6">
<cfset disposition_issues_name = "supplier resolved">
</cfif>
<input type="checkbox" name="disposition_issues_#iii#"
id="disposition_issues_#iii#"
value="#iii#" <cfif listfind(disposition_list,
iii)>checked</cfif>>#disposition_issues_name#<br
/>
</cfloop>
</cfoutput>
</td>
<td>
<cfset disposition_list =
valuelist(qryGet_disposition_issues.disposition_issues_id)>
<cfoutput>
<cfloop from="23" to="30" index="iii">
<cfif #iii# is "7">
<cfset disposition_issues_name = "pmrr">
<cfelseif #iii# is "8">
<cfset disposition_issues_name = "new pack slip">
<cfelseif #iii# is "9">
<cfset disposition_issues_name = "supplier resolved">
</cfif>
<input type="checkbox" name="disposition_issues_#iii#"
id="disposition_issues_#iii#"
value="#iii#" <cfif listfind(disposition_list,
iii)>checked</cfif>>#disposition_issues_name#<br
/>
</cfloop>
</cfoutput>
</td>
</tr>
</table>
This appears to work fine, giving me the colums, etc. layout.
The only problem is that the numerical values of 1 2 3, etc are all
in the first column, instead of 1 in column 1, 2 in col 2 and 3 in
col 3, etc.
Using my code, what do I need to tweak to make the format
come out the way I want, numerical order across instead of down
?

Hi,
1. The easiest solution I would recommend is to have the object created in Universe to capture the time diffrence.
SUM ( Appointment Date Time - Date Appointment Made) )*24*60*60
2. A long process of Local variables at report level.
CallDt hr=(ToNumber(FormatDate(<CallDt Time> ,"HH"))) 
CallDt min=(ToNumber(Right(FormatDate(<CallDt Time> ,"HHmm") ,2)))
CallDt sec=(ToNumber(FormatDate(<CallDt Time> ,"ss")))
ApptlDt hr=(ToNumber(FormatDate(<ApptlDt Time> ,"HH")))
ApptlDt min=(ToNumber(Right(FormatDate(<ApptlDt Time> ,"HHmm") ,2)))
ApptlDt sec=(ToNumber(FormatDate(<ApptlDt Time> ,"ss")))
Sec Diff=If (<ApptlDt sec>>=<CalllDt sec>,<ApptlDt sec>-<CalllDt sec>,(60-(<CalllDt sec>-<ApptlDt sec>)))
Min Diff=If ((<ApptlDt sec>>=<CalllDt sec> AND <ApptlDt min>>=<CalllDt min>)Then <ApptlDt min>-<CalllDt min> Else If ((<ApptlDt sec><<CalllDt sec> AND (<ApptlDt min>-1)>=<CalllDt min>) Then (<ApptlDt min>-1)-<CalllDt min> Else If ((<ApptlDt sec><<CalllDt sec> AND (<ApptlDt min>-1)<<CalllDt min> AND (<ApptlDt min>-1)>=0) Then (60-(<CalllDt min>-(<ApptlDt min>-1)))Else If ((<ApptlDt sec><<CalllDt sec> AND (<ApptlDt min>-1)<<CalllDt min> AND (<ApptlDt min>-1)<0) Then (((<ApptlDt min>+59)-<CalllDt min>)) Else toNumber("Something Wrong")))))
Hr Diff=If ((<ApptlDt sec>>=<CalllDt sec> AND <ApptlDt min>>=<CalllDt min> AND <ApptlDt hr>>=<CalllDt hr>) Then <ApptlDt hr>-<CalllDt hr> Else If ((<ApptlDt sec><<CalllDt sec> AND (<ApptlDt min>-1)>=<CalllDt min> AND <ApptlDt hr>>=<CalllDt hr>) Then (<ApptlDt hr>)-<CalllDt hr> Else If ((<ApptlDt sec><<CalllDt sec> AND (<ApptlDt min>-1)<<CalllDt min> AND (<ApptlDt hr>-1)>=<CalllDt hr>) Then (<ApptlDt hr>-1)-<CalllDt hr> Else toNumber("Something Wrong"))))
Time Difference= DaysBetween(<ApptlDt Time>,<CallDt Time>)+" Day/s "+ <Hr Diff>+":"+<Min Diff>+":"+<Sec Diff>

Similar Messages

  • We have three discussions forums with same subject. whenever a post gets new reply in one forum, it should automatically trigger workflow functionality to check conditions and send the same reply to other synchronized forums.

    we have three discussions forums with same subject. whenever a post gets new reply in one forum, it should automatically trigger workflow functionality to check conditions and send the same reply to other synchronized forums.
    Rajiv Kumar

    Hi,
    More details about your discussions forum will make others easier to find a corresponding solution on your requirement.
    If you mean there are three Discussion Board list waiting for synchronizing, I would suggest you create an Event Receiver for the three Discussion Board list.
    Here is a link with code demo about how to copy items from one Discussion Board to another including Replies:
    http://spcodes.blogspot.com/2013/03/programmatically-copy-items-from-one.html
    Here is a step by step sample on creating a simple Item added event receiver for Custom List in SharePoint 2010:
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    More information on Event Receiver for your reference:
    http://msdn.microsoft.com/en-us/library/gg749858(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/ff408183(v=office.14).aspx
    Feel free to reply if there are still any questions. 
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to get Mail to separate 2 threads that have the same subject

    I'm using Mail to view my IMAP account (Gmail).
    "Organize by Thread" works, but it seems to be based only on subject, so old conversations started with the same subject as a new conversation show up together in the same thread.
    This is particularly annoying for messages with no subject - there are hundreds of them all in the same thread.
    Is there some way to tell Mail that a certain message is the start of a new thread?

    Separating threaded messages into multiple threads, or combining messages into one thread, is defined in IAB [Internet Activities Board] Official Protocol Standards Network Working Group RFC [Request for Comments] 2822, proposed as a change to standard STD 11. Basically, the "References:" message header would be used for this purpose, as it would contain the unique message id's of all the precursor messages. See RFC 2822 at http://www.rfc-editor.org/rfc/rfc2822.txt for specific information. The current STD 11 has no detailed definition of the contents of this header.
    Of course, email clients, including but not limited to Apple's 'Mail', must insert this optional header, properly populate it, and properly interpret it for threads to be defined in this way. However, it should be possible for the recipient's email client to insert and build or modify this header, with user guidance, so that conversational threads not originally identified can be documented or augmented. Valid arguments against changing existing headers should not really apply to the situation where the headers do not exist or where a reference is missing. These "Reference:" headers are in service to the users, not the network.
    As stated, this is a proposed use of an optional header, and rules are advisory rather than mandatory. but definition of multiple parent emails at any point in the conversation is strongly advised against. Logical rules for identifying the thread break down if the chain of precursors forks when looking backward.
    The above may explain Apple's mention of using headers to define threads, but the capability does not seem to have been implemented. How do we encourage Apple to move on this?

  • Same subject Mail messages are grouped together in sent mail

    How can I get mac mail to stop grouping sent messages on the same subject together in the sent mail file?
    i went in mail- preferences viewing and turned off mark them by color, but that was no help.
    I want each message in sent mail on its own, and in the usual sent order, not grouped with other same subject sent mails.

    Nope - I have the date column clicked-- and in the date column, for say an e mail sent today- like "a pix of my new car" , it has grouped with todays e mail (you "open" it with the little triangle on the left side" all the other e mails sent last week on "a pix of my new car"

  • Why do I have to click through4 or 5 web pages after clicking on "ask a new question" before I get to ask the question?

    Yes, there is a link to "Ask a new question" but it has no input box. I have to click several more times before finally getting to type my "question" - which is really only a Subject: line, not the full-fledged question that finally shows up under "add more details."

    Do you have a Firefox support question?

  • New Questions.. publish iMovie to iDVD

    SDMacuser & J Keller,
    Thanks for all your help, however as I work through things more questions arise
    I'll cut & paste entries and new questions under..
    But before I do that just want ya'll to know that I cleaned up old versions of various DVD projects and found that any Garage Band mix (sometimes mix 2 or 3 versions) takes up a ton of bytes, so I deleted versions I was not using.
    BLUF I went from 20gb to 31gb free hard drive space, short of the 40gb recommended but better than before
    OK on to other questions:
    SDM A: Welcome to apple discussions. Might not be the TV unless you set it to overscan. If this isn't the case then the easiest way IMO is to drag and drop the movie to iDvd's slideshow feature where it will properly scale the movie for you.
    Q: Want to make sure I understand.. So in iMovie to media browser a 'large' (better quallity) movie and publish. Then in iDVD when you select the published movie, instead of dragging it to the movies drop; you drag it to the slideshow drop and that will automatically resize for TV. Is that correct?
    SDM There's also the option w/in iDvd for setting up "TV safe area" and making sure none of the titles or buttons fall outside the TV Safe area. The TV Safe area is shown in a thin red outline below.
    Q: Did this, saw it on the menu iDVD page, but could not get that red frame to show during either the preview (small window) or the large play window. Is it possible to do this? Since I have now burned two drafts that play fine on the computer but run-off on the TV.. Not anxious to repeat this failure
    Q: Also when I selected TV Safe .. the computer seemed to process for a bit ..
    Does that mean that ther movies have been resized?
    This morning (under a time constraint), in iMovie (selected from iDVD) I published a large movie (where a small movie with teh same title was) took about 20-30 minutes .. did not make a separate iMovie but filled in teh large box in the iMovie app .. Q: so is this a small or large movie (both are filled in)?
    So Lastly, in order to fix what I've doinked up here:
    republish all (currently small) movies as large movies
    start a new iDVD project and place the movies in the slideshow drop area
    burn
    G5 Mac OS X (10.5.8) Leopard 2Ghz

    SDMacuser & J Keller,
    Thanks for all your help, however as I work through things more questions arise
    I'll cut & paste entries and new questions under..
    But before I do that just want ya'll to know that I cleaned up old versions of various DVD projects and found that any Garage Band mix (sometimes mix 2 or 3 versions) takes up a ton of bytes, so I deleted versions I was not using.
    BLUF I went from 20gb to 31gb free hard drive space, short of the 40gb recommended but better than before
    OK on to other questions:
    SDM A: Welcome to apple discussions. Might not be the TV unless you set it to overscan. If this isn't the case then the easiest way IMO is to drag and drop the movie to iDvd's slideshow feature where it will properly scale the movie for you.
    Q: Want to make sure I understand.. So in iMovie to media browser a 'large' (better quallity) movie and publish. Then in iDVD when you select the published movie, instead of dragging it to the movies drop; you drag it to the slideshow drop and that will automatically resize for TV. Is that correct?
    SDM There's also the option w/in iDvd for setting up "TV safe area" and making sure none of the titles or buttons fall outside the TV Safe area. The TV Safe area is shown in a thin red outline below.
    Q: Did this, saw it on the menu iDVD page, but could not get that red frame to show during either the preview (small window) or the large play window. Is it possible to do this? Since I have now burned two drafts that play fine on the computer but run-off on the TV.. Not anxious to repeat this failure
    Q: Also when I selected TV Safe .. the computer seemed to process for a bit ..
    Does that mean that ther movies have been resized?
    This morning (under a time constraint), in iMovie (selected from iDVD) I published a large movie (where a small movie with teh same title was) took about 20-30 minutes .. did not make a separate iMovie but filled in teh large box in the iMovie app .. Q: so is this a small or large movie (both are filled in)?
    So Lastly, in order to fix what I've doinked up here:
    republish all (currently small) movies as large movies
    start a new iDVD project and place the movies in the slideshow drop area
    burn
    G5 Mac OS X (10.5.8) Leopard 2Ghz

  • Don't want Mail to group emails with same subject together

    I got a new computer and now am using 10.8.4.  Mail is different.  I sent out an email to 20 people with the same subjuect line and text and when people replied, MaiL would put other replies all together on one long email.  I like seeing my replies separately in my inbox.  Can I change that?
    Also a real estate agent sends me new listings with the subject New Listing Updates.  So she sent me three today and they were all three in one email.  I almost forgot to scroll to see that there were two more after I read the first one.  I want them to be separate in my inbox.  Seems like it is the same problem as above.
    Thanks for any tips

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • Authgroup certs with same Subject

    I've got an authgroup set up to authenticate Client Certs in inbound SSL connections.  Initially the authgroup had one CA certificate from each of our RSA and MSFT CAs and all was well.  Well for some reason the MSFT admin reissued his CA cert and started signing new clients.  Once they noticed the new certs didn't work through the ACE, they asked me to upload the new MSFT CA cert.   So I did and added it to the authgroup.  However new Client Certs still didn't work.  I noticed the authrgoup listed the new MSFT CA Cert last, so I temporarily removed the older CA MSFT CA Cert from the authgroup and then the new Client certs validate.   But if I put the older MSFT CA Cert back in the authgroup (as it's still required) it goes back ahead of the newer one and the new Client Certs start failing again.   So it seems like the fact that the two MSFT CA Certs have the same Subject might be fouling up the authentication, with the search through the authgroup possibly terminating at the first Subject match.
    Anyone know if this is the case and if there's a way around it?
    I'm running A2(3.6a) on an ACE20 in a 6500 whose sup is running 12.2(33) SXI11.  

    I set up a second SSL proxy with a different authgroup and a different port.  I put the two confilicting CA certs in the separate authgroups. When the CA check fails in the first group, the user is redirected to the second proxy.  This also lets you get around the limit of 4 certs in an authgroup, which is useful in a development environment with many CAs.

  • Mail deletes / removes drafts when I try to save multiple messages with same subject line.

    Hi,
    Running 10.7.5, Mail version 5.3, I find that I cannot save multiple messages with the same subject line when I want to store them for sending to different people later. It automatically deletes the older message and only saves the new one.
    Any idea/help? Can't find it online or using Macs's Help program. They are NOT being stored on my mail server, just checked.
    Thanks!

    I am experiencing exactly the same problem. Mail will not keep multiple email drafts with the same subject line, although they are addressed to different people. At one point, I had drafted and saved a dozen or so such messages intending to send them later only to discover that Mail had deleted all of them but one. Have you received any help or guidance on this? I'm baffled. This did not happen with previous Mail versions.

  • How can I create a new Question thread?

    How to create a new "Question Thread" regarding the account payment ?

    Hello MotionBoy,
    There are two ways to go about creating a new thread to run a step.  The first is to create a new sequence, into which you put the LabVIEW step you want to run and any other steps that may go along with it.  Then use a sequence call step to call this newly created sequence.  Set the Execution Options of the Sequence call step to 'Use New Thread.'  This will allow you to run a set of steps in a new thread, not just a VI.  The second method, which is only available for a LabVIEW VI, is to use the “Run VI Asynchronously” step.  This can be accessed if you right-click within your sequence and select Insert Step » LabVIEW Utility » Run VI Asynchronously.  This step will allow you to call a VI and have it automatically open in a new thread.  You can further customize this step by opening the configuration menu in the Step Settings.
    To address the current behavior of your steps I would like to know if the modules in steps 1 & 2 pass data between them or it would be desirable for them to do so?  If so you are going to need a more complex synchronization structure such as TestStand/LabVIEW queues. There is a simple example you may want to look at in the TestStand examples, under the Synchronization folder that demonstrates how to use queues. Otherwise the above solution should be all you need.
    John B.
    Applications Engineer
    National Instruments

  • New Questions not displaying on a page Survey App Part SharePoint 2013

    I wanted to insert a survey app part on a page in my site so i followed steps mentioned in the below link
    http://sharepoint.stackexchange.com/questions/86903/showing-only-survey-questions-in-page
    it successfully created but now when insert another question into the survey list which i created above it does not show that question onto the page it only displaying 3 questions which i added when i was creating a survey list
    can anyone help me in showing new question as well.

    Hi ,
    Please re-insert the list new item form web part on that page as your above article mentioned steps, then check results again.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Cannot open Google search results in tab\same window\new window

    Google search results are not opening in the new tab\same window\new window.<br />
    It is happening only in Firefox, Internet explorer. It is working fine in chrome.<br />
    I have tried many solutions like<br />
    1. cleared cache, history,everything from browser's, still no result.<br />
    2. opened in safe mode, no result.<br />
    3. unchecked hardware acceleration, still no result.<br />
    4. Other search engines it is working fine, only problem with Google search engine.<br />
    5. Tried changing my DNS (Google open DNS, others), no result.<br />
    6. Checked with antivirus blocking, nothing is blocking.<br />
    7. Reinstalled browsers(Firefox, explorer) no result.<br />
    8. Tried with different versions of browsers, including the latest updates ( Firefox,explorer), no result.<br />
    9. while disabling Java in about:config it is working in Firefox.<br />
    Please help me on this issue.<br />
    Thanks in advance.

    Google normally routs the result link to their safe browsing testing service via an onmousedown event that modifies the link (href attribute) if you click it once.
    You can check if this bookmarklet makes a difference:
    <pre><nowiki>javascript:(function(){var e=document.querySelectorAll('#search a[onmousedown]'),E,i;for(i=0;E=e[i];i++){E.removeAttribute('onmousedown')}})()</nowiki></pre>
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • New question regarding iPod Video (converting from a DVD)

    First off...thanks again for those who helped me before. iSwuint seemed to work best for mac conversions for the new ipod. My new question is how to copy a dvd to make it compatible also using a mac. I know there is a program for pc that works, but I am using a g4 laptop. Thanks again in advance.

    The problem seems to be that it is seeing all the chapters as titles. The longest title is 22 min and it is like a hour and a half movie. Has anyone else had this problem.
    HandBrake sometimes has a problem listing all of the titles contained on a DVD. When HandBrake scans the title you may notice that it reads them all but when the list is generated, some entries in the list are omitted. This is likely what happened here. There are two approaches you can try. The first is to switch to an alternate application. The second would be to rip/extract the main title using a separate application like MacTheRipper and then use HandBrake's "browse" function to navigate to the appropriate VIDEO_TS folder files.

  • New "Questions Answered" Spotlight Award

    I'm pleased to announce our new "Questions Answered" Spotlight Award.  The first awardee will be recognized in March.
    Questions Answered Award:  This  award is intended to recognize a Support Community member whose  contributions have resulted in answering the most number of questions on  our community.  At the end of each month, that member who has the most  number of  “Answered Questions” will be recognized with a community  Spotlight Award.
    Award Duration: 1 month
    Please visit ourSpotlight Awards page for more information on the Program.
    Cheers,
    Dan       

    Hello Dan, I hope you're well.
    Why does it say 'unanswered questions' rather than questions answered, or is it a totally different award?
    It is like the opposite almost!
    https://supportforums.cisco.com/community/netpro/top-contributors/spotlight-awards
    Please rate useful posts & remember to mark any solved questions as answered. Thank you.

  • Storage Space - Parity spaces is the same as New Spanned Volume?

    Hi, i am very new to Windows Server 2012, i am trying to setup my Windows server 2012
    may i ask how do i format my Hardisk to parity space?
    is parity space the same as New Spanned Volume?
    currently my server has 4x 3TB hardisk, if one of my hardisk is faulty in future, will 'Spanned Volume' allow me to replace the hardisk without losing data?
    appreciated for you help.
    thank you.

    Hi,
    Parity is similar to RAID5 but not spanned volume.
    Spanned volume means store data "spanned" on each disk for a quicker read and write performance. And it does not provide fault tolerance feature. Once a physical disk corrupted, all data will lose.
    For creating parity space, you should first create a storage pool, then create a parity virtual disk from that storage pool.
    Here is an article which descripted the steps and the storage layout of storage pool as well as parity space:
    http://blogs.technet.com/b/yungchou/archive/2012/08/31/windows-server-2012-storage-virtualization-explained.aspx
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • MacBook Pro crashes after upgrade to 10.8 Mountain Lion

    Upgraded MBP to 10.8 when it first came out but it crashes all the time. I have since reinstalled OS X many times to cure various problems of CD drive not working, USB ports disconnecting drives, etc. but the crashing hasn't stopped. I finally took t

  • After installation, the mobo LAN port is not working? urgent, help ple

    I just installed archlinux on my new i7 860 Asus p7p55d-e Deluxe build, but after the installation the LAN port is not working anymore. Before this, this Lan port works perfect in windows as well as in the arch installation. But after the installatio

  • Need Help on this

    Hi, I have a repository (some schema), which has invoker's right PL/SQL procedure that creates a Scheduler Chain. The Chain invokes Programs to do some task in invoker's schema (create some tables). I have registered these Programs in my repository s

  • How to create cost element in controlling

    how to create cost element in controlling for Direct meterail. i have to create for each materail or on rm consumption is enough please give me replay thanks

  • How to integrate Data Services with Netweaver CE CAF

    Hi, I am trying to read and write data from Data Services into CAF. How can this be possible ? Is there any other way than using web services ? Thanks in advance for your help. Thibault Schalck