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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nunina

  1. Nunina

    CASE, LIKE AND DECODE

    Mufasa: YES!!! That's exactly what I wanted. Thank you so much to you, and to all the guys that helped! Here's a star for you! [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  2. Nunina

    CASE, LIKE AND DECODE

    Guys! We have 8i and the gang have been using CASE without any problems. My actual problem is not the CASE statement. My problem is to be able to assign the Classification to each record based not on the id, but on the Reason... Please help! Thanxs! [gorgeous] Issys Pouerie Systems...
  3. Nunina

    CASE, LIKE AND DECODE

    Thanks! That one, I figured it out. But the problem is that I could have more than 2 classif... In other words, I suposse my case needs another else so that it can "grab" the other ones. This is what I mean: If like '%cold%' then 'WEATHER' else if '%bad%' then 'PLAYER' else if '%fraud%'...
  4. Nunina

    CASE, LIKE AND DECODE

    Hi Guys! I have a table that has the reasons for loosing a game. This table contains the following fields: ID, Reason. ID REASON 1 FRAUD 2 LACK OF UNIFORM 3 BAD HITTER 4 COLD BAT 5 BAD COLD Now, I'm trying to make a query (I will integrate it into an ETL...
  5. Nunina

    Hide Source

    Hi Is just that is kinda long, and it has a database linked to it. But I'll be trying liamm's suggestion today, and I'll let you know. [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  6. Nunina

    Hide Source

    But is there any way to hide any of it anyway? Thanks [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  7. Nunina

    Hide Source

    Hi Guys! I want to hide the source of my page, so that when the visitor selects View --> Source, nothing shows. Is there a way to do that? Thanks! [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  8. Nunina

    DATABASE RESULTS

    I have the same problem. Any help will be greatly appreciated! [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  9. Nunina

    Date in Spanish

    Thanks, luceze! But isn't there a built-in function to do this??? [gorgeous] Issys Pouerie Systems Support Analyst San Juan, Puerto Rico
  10. Nunina

    Date in Spanish

    Hi Guys!!! I need to translate a date. For example, if my user enters 08/20/2004, I need it to read 20 de agosto de 2004, instead of August 20, 2004, WITHOUT me having to change the system settings. Does anyone knows how to do this, without entering into a long, long SELECT --> CASE routine...
  11. Nunina

    Count of group in Transformer

    Hi Guys! I finally solved it! I posted the solution in a FAQ (faq401-5291) I did as DoubleD suggested using the instructions found in this Cognos document. Now, as you know I have 2 datasources in the model. For some reason, it's duplicating the amount of telephone_numbers, although the...
  12. Nunina

    Row count measure for grouped items

    In PowerPlay Transformer, is there a way to add a measure to a cube that counts the number of rows for each field, but only the first occurrence of each field, not subsequent fields? An Impromptu report has been created with a grouping by field, and for each group a '1' is appended as a...
  13. Nunina

    Count of group in Transformer

    Guys! Sorry to inform you, none of the things I did worked.... I went to Cognos Support and found some information regarding this issue: http://support.cognos.com/kb-app/knowledgebase?document_search_show_document=1&document_id=112763&version_id=4 I'm working on it right now. I'll keep...
  14. Nunina

    Count of group in Transformer

    Thanks, guys! This is what my cube should look like when I filter by the measure of ALL TELEPHONES. -------------------------------------- Active | Inactive | Total | -------------------------------------- Fixed | 4 | 1 | 5 |...
  15. Nunina

    Count of group in Transformer

    Hi lex! Actually, the Customer_id does appear more than once, since one customer can have several tel_numbers attached to it. On the other hand, the model does not include a dimension for customer_id, since it's built to consider only the amount of active/inactive telephone lines (I'm just...

Part and Inventory Search

Back
Top