Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

report conditional object not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    report conditional object not working

    Attached is my sample db. There are two reports included both based on the same set. Both reports have a filter set in the properties as: ship_num="06-1289"

    There are four records matching this filter. Two of the records have data in the 'tech' field as BER, one has DD, and the 4th has AD.

    The conditional object is in the detail section and is set to display the tech initials if they are equal to BER and to NOT display the data if they are not equal to BER.

    In the shipping report, if the condition is set to equal BER, when you load the report, it shows the tech data initials for all four records. If you set the condition to not equal BER, when you load the report, it displays NO tech data initials.

    If you load the other report (think it is ship_po_no), it has the same exact conditional object with all the same settings. When you load that report, it works correctly. It shows the BER for the two records that have that tech data initials, and on the other two records, it does NOT display the tech data initials.

    I can see no difference between these two reports conditional objects. As a matter of fact, the shipping report was originally copied from the ship_po_no report a while ago.

    There must be something else in the report itself that is causing a conflict somehow resulting in the incorrect display in the shipping report. But I cannot see it anywhere.

    Does anybody know what I am doing in the shipping report that is making the conditional object NOT work properly?
    Last edited by Cheryl Lemire; 09-28-2006, 05:57 PM.
    Cheryl
    #1 Designs By Pagecrazy
    http://pagecrazy.com/

    #2
    Re: report conditional object not working

    Looks to me like:

    a) you have the tech field on both layers of the CO, when at least one of them should be blank if you don't want the tech field value to display; and

    b) your CO filters do not take into consideration the trailing blanks in each tech field. Since the tech field has a width of 8, none of the field values equal "BER", if you see what I mean.

    -- tom

    Comment


      #3
      Re: report conditional object not working

      Thanks Tom. When I look at the CO there is no tech field in the condition that should not display anything. When I look at the object name in the CO when I want it to display, it is TECH. I looked at the object explorer and it is only showing the TECH object one time.

      Since I was certain that you were NOT seeing things, I deleted the TECH object and the CO object (for about the 100th time) and recreated it. This time I created the isblank first followed by the <> (this should not matter, but I think I had always created it the opposite way). I also took into consideration the blank spaces this time (THANKS, I always forget that part).

      I saved my changes and tested again. ALL is working as it should be.

      There must be something in my video card or something that was not displaying to me the extra TECH object that you were seeing.

      At least it is fixed. Thanks.
      Cheryl
      #1 Designs By Pagecrazy
      http://pagecrazy.com/

      Comment


        #4
        Re: report conditional object not working

        Cheryl, I'm glad you got it going. The vertical height of the field object and the vertical height of the CO were almost identical. Perhaps this contributed to the layering confusion... I don't know. I immediately stretched the CO so I could see the boundaries of each object separately and that's when it became easy to see the field object present in each layer.

        -- t

        Comment


          #5
          Re: report conditional object not working

          Tom,

          You are probably correct. That would make sense since my client was looking at the same thing and seeing the same thing that I was. Neither of us thought to extend the size of the CO.

          That may also explain why my deleting and replacing it multiple times did not resolve the issue. If I was in the wrong layer when I deleted it, I was probably not deleting the object that was not visible to me.

          Thanks
          Cheryl
          #1 Designs By Pagecrazy
          http://pagecrazy.com/

          Comment

          Working...
          X