Filtering by pictures?

yuppicide
Member Posts: 410
Is there anyway to filter Navision 3.10 to show me only items that do NOT have a picture? Then I can copy them into Excel and print out.
I'm trying to easily find all new items for the 2007 season that I need to add pictures to.
I'm trying to easily find all new items for the 2007 season that I need to add pictures to.
0
Comments
-
I don't know about the version 3.01 you use, but you could execute a repeat and for each record to check the HASVALUE property of the picture field and use the MARK(TRUE) and in the end MARKEDONLY(TRUE) to display only the needed recs.
If you use a codeunit with a variable Item of type record to Item table:Item.RESET; IF Item.FIND('-') THEN REPEAT Item.CALCFIELDS(Picture); IF NOT Item.Picture.HASVALUE THEN Item.MARK(TRUE); UNTIL Item.NEXT = 0; Item.MARKEDONLY(TRUE);
If you use a form you could remove the Item reference...
I hope this helped...0 -
Unfortunately I don't have enough access to do all that. I just have access to whatever is already built into Navision, so I thought maybe there's a way to filter through there.
I guess what I'll do is filter all items with a *-7* to pull up all the items, copy them into Excel and then go into each item card one by one and see if there is a picture or not and write down in Excel. All our items go like 1120-7514 -- so the 7 designates that it's clothing from the 2007 season. There's probably about 150 items, so it'll take me some time, but it'll get done and keep me looking busy at work I guess.0 -
Go to the item card
Goto Designer
Drop the "Picture" field somewhere on the form
If the item has a picture it will have a "*"
then filter on picture = '' (that's blank) and you then then hit the list and copy & paste what's left into excel.
this can also be done from the item table directly - just filter on "picture"0 -
Have you tried the simple way of filtering <>'' or ='' on the Picture field by using the table filters?
I just tried it in the item list (first time I have done that) and worked just fine! (using Nav 4.0 SP2)0 -
Why not just create a report off of the item table and filter the Picture field?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Thanks for the help. I figured it out. What I was looking for was a column called "Picture" but there is none. I went to table filter and found picture. I can filter with "*" or ",".
* means has picture
, means has no picture
Will really help a lot because it's hard to do stuff sometimes when we don't have pictures for some of our items. Out of stuff that's not blocked there's 637 items that need pictures.0 -
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions