Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lstephane

    Metric Diagram within Portlet

    Hi, I have to create a dashboard in Report Studio that will show both a Metric list and a Metric Diagram. The Metric list part is pretty simple since it is a built-in portlet. The tricky part is for the Metric diagram... We need this diagram added as a portlet same as the list. Is there any...
  2. lstephane

    www.mydomain.com not wrking fine

    Hi, Does anybody here know why my web site is not working when using "www." but working fine without ??? Ex1. "http://www.asj971-laval.com" displays the web page witout any pictures. Ex2. "http://asj971-laval.com" displays the web page normally as expected. Any clue ? Stéphane Lambert...
  3. lstephane

    Adjust page setup margins via a macro

    Additional Info: The report is a PowerPlay Client Reporter. Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  4. lstephane

    Adjust page setup margins via a macro

    Hi, I have a template report that I need to automate but I want to adjust margins to elimitate all trailling spaces on the right-end side as well that the ones at the bottom. Can somebody knows how I can dynamically adjust the page margins via a macro so i can make my report the best great...
  5. lstephane

    Call an external procedure from a class

    Hi, I have a form with some sub-procedures including my errors handling. Now, I need to call my error handling sub procedure from a class but can't remember how to call a sub-procedure of a form from a class. Anybody can help me on this ? Thanks ! Stéphane Lambert, Programmer/Analyst - BI...
  6. lstephane

    Cognos - How to calculate space requirements

    OK... thanks.... But is there a best pratice to say, by example, caluculating the amount of possible categories and let say multiply by 3 (just an example) and it will give us a good average of the final size of the MDC file ? Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest...
  7. lstephane

    Cognos - How to calculate space requirements

    Hi, Do you know how to evaluate the final .MDC file size before creating the model itself ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  8. lstephane

    Automate Cube build in parallel

    Hi, I have automate my cube generation process into a VB application. My problem is that I have to set my application to wait until all other instance of Transformer to be finished. I do the following : **** On Error Resume Next 'Detect running application Do Set objImrApp =...
  9. lstephane

    Caluculate date time difference....

    Do you know how to convert it back as day, hours, minutes ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  10. lstephane

    Caluculate date time difference....

    OK.... thanks... I will try... Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  11. lstephane

    Caluculate date time difference....

    Sorry.... it's in french.... Please refer to: $HreVal = $HreVal + ( ($row_tot["service_qtr_heure_fin"] - $row_tot["service_qtr_heure_deb"]) Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail...
  12. lstephane

    Caluculate date time difference....

    Hi, Here is my code for this issue (it is not fully debugged): ===> BEGIN <=== ?> <table border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%"> <tr> <td bgcolor="#FF0000"&gt...
  13. lstephane

    Caluculate date time difference....

    Into my PHP script... Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  14. lstephane

    Caluculate date time difference....

    I'm doiing (TimeStart - TimeEnd) where timestart & timeend are defined as TIME into my MySQL base... Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  15. lstephane

    Caluculate date time difference....

    I need to calculate time between two time fields but it is rounding the final value ?!?!? Anybody can help me ? Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  16. lstephane

    IMR export to ASCII (CSV) truncate "0"...

    OK... thanks.... you're right ! Thanks a lot... Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  17. lstephane

    IMR export to ASCII (CSV) truncate "0"...

    Hi, I need to export an Impromptu report to ASCCI (CSV) but need to have number fields pad with "0"... When exported, the CSV file have "0" truncated". Any clue how can I keep zeros with CSV exports ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist...
  18. lstephane

    Create a new IMR report with custom SQL

    Hi, I have to create a custom SQL and create a new Impromptu report with it. How can I do this with a macro ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca
  19. lstephane

    How to get System Variables ?

    Hi, I need to trap Windows Username and Machine Name (as set into Windows) to build a log file. How do I get theses informations into VB6 ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail...
  20. lstephane

    Concat string with variables

    Hi, I'm trying to concat some text & variables togeter to build a custom item code. Anybody know how to do it ? Thanks ! Stéphane Lambert, Analyst/Programmer - BI Specialist Info Quest (IQ), Data Warehouse System McKesson Canada Corporation EMail: stephane.lambert@mckesson.ca

Part and Inventory Search

Back
Top