similar function like skip

NiteshNitesh Member Posts: 43
Is there any similar function (like skip for reports) for record?

Comments

  • kinekine Member Posts: 12,562
    ??? How you want to "skip" record???

    Be more specific what you the purpose of command you are searching for...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • NiteshNitesh Member Posts: 43
    There are multiple similar records, we cant apply filters.so i want to eliminate those repetative records.
  • kinekine Member Posts: 12,562
    But where you want to skip them? In Report? In Form?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • NiteshNitesh Member Posts: 43
    In Form.
    suppose there are 2 similar records.we cannot filter those records even on any single field.and i want to display onle one record out of them on a form.
  • kinekine Member Posts: 12,562
    You will need to use temp table or mark but there is no any command which will help you with that. Another thing is the whole concept, when you have such a record but you need to see just one. It means that there is wrong normalization of the tables...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • bbrownbbrown Member Posts: 3,268
    This can be done by writing custom OnFindRecord and OnNextRecord triggers.
    There are no bugs - only undocumented features.
  • krikikriki Member, Moderator Posts: 9,110
    kine wrote:
    You will need to use temp table or mark but there is no any command which will help you with that. Another thing is the whole concept, when you have such a record but you need to see just one. It means that there is wrong normalization of the tables...
    Avoid MARK on SQL, so better use a temptable.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • SavatageSavatage Member Posts: 7,142
    Nitesh wrote:
    There are multiple similar records, we cant apply filters.so i want to eliminate those repetative records.

    Curious about this.
    Similar is different from same - so something is different.
    "We can't apply Filters" - why?
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Nitesh wrote:
    Is there any similar function (like skip for reports) for record?

    Same as this:

    http://www.mibuso.com/forum/viewtopic.php?t=26292&highlight=
    David Singleton
Sign In or Register to comment.