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 strongm 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. dkrauseuf

    make text vertical in column header - Business Objects

    There's nothing grayed out on the alignment tab...so unless I'm missing it or misunderstanding something, I'm not sure if it's possible at all. The options in the alignment tab change the position of the text in the cell (center, left, justify, etc.), but none of these options change the way...
  2. dkrauseuf

    make text vertical in column header - Business Objects

    In Business Objects 6.1, is it possible to have the text in a column header run vertically as opposed to right to left? I'm basically looking for something similar to the feature in Excel that allows you to choose Format then select alignment and change the orientation of the text...am I...
  3. dkrauseuf

    Make text orient vertical in column header

    In Business Objects 6.1, is it possible to have the text in a column header run vertically as opposed to right to left? I'm basically looking for something similar to the feature in Excel that allows you to choose Format then select alignment and change the orientation of the text...am I...
  4. dkrauseuf

    Conditional Variable

    Sorry, I'm fairly new to this and am not a programmer, as you can tell. Looks like version 6.1b. As far as which app within Business Objects, I'm not sure what that means. I'll try your suggestions for Nulls - thanks in advance for your continued help!
  5. dkrauseuf

    Conditional Variable

    Business Objects
  6. dkrauseuf

    Conditional Variable

    OK here goes: = If (<SR Status>="Closed" And <Activity Type>="Program Delivery" And <Activity Sub Type>="Reach to Recovery") Then "Closed" Else If (<SR Service Type>="Reach to Recovery" And <SR Status>="Unable to Contact") Or (<SR Service Type>="Reach to Recovery" And <SR Status>="Closed - Not...
  7. dkrauseuf

    Conditional Variable

    The "Closed" seems to work fine - what I posted is only part of the variable. Part of the other clauses (I have one for "Cancelled", "Pending", "Declined", and "NA") needs to be that if the record meets the criteria for "Closed", it shouldn't show up at all in the other categories. So what's...
  8. dkrauseuf

    Conditional Variable

    I am writing a variable using IF, THEN, ELSE: = If <SR Status>="Closed" And <Activity Type>="Program Delivery" And <Activity Sub Type>="Reach to Recovery" Then "Closed" Else If <SR Service Type>="Reach to Recovery" And <SR Status>="Unable to Contact" Or <SR Service Type>="Reach to Recovery" And...

Part and Inventory Search

Back
Top