LV feature? Editing a list of cases with ellipsis...

Very trivial question (I think), but for some reason, I couldn't understand it help. I'm suspecting a candidate of CAR...

I have a switch case structure is connected to an enumerated control. One of the schemes being common to several of the enumerated values, I appreciated the ability to auto LV full names of the enumerated values as I typed in the tag selector (which BTW has no 'properties', even if the context menu offers you to watch the 'properties'. Check out this 'feature' OR).

LV is so smart that when the list of enum values increases and there are consecutive values (value 4, value 5, value 6), it will simplify the display by introducing an ellipse (short): value 4 6.

Now, after a while, I decided that I need in fact a special case for value 5. That's when I need to be able to see all the values in the case selector in order to remove 'Value 5' of him. But I can't switch back to this display mode, can I?

If I create a new case to get around this, I can type pause '5 value' in it, but of course it will VI, since the case structure has now TWO cases for "value 5". Again, I can not change the selection list dealing with ellipses, so I have to remove ellipsis. In the trivial example, I am talking, that's all what I need to do (and replace the ellispsis with a comma) for: value 4, 6.

Now, what about a case which reads: value 4 Value 22 and I want to isolate the value 13? What about a case which reads "the Germany... '. Portugal' and I want to delete "Greece"? You get the idea.

The bottom, except once again, it miss me something obvious, is that he is a "problematic" Structure box feature. If I'm not mistaken, I would like to see a CAR for her, or I'll go ahead and this post to the exchange of ideas.

Tested in LV 2011.

Note: There are a few related posts here and there (and many others).

Thank you for bringing This problem to light for us! I deposited a CAR (#321026) and our R & D team will take care of fixing for a later version of LabVIEW.

Katie

Tags: NI Software

Similar Questions

  • Why can't edit my contacts to search with the new ios 10.0.1

    Why can't edit my contacts to search with the new ios 10.0.1

    It seems they have changed the way search works after the update. You can always edit contacts by opening the Contacts app, then open the contact you want to change. We do not know why they made the change, but unfortunately it is out of our reach. I don't know that they had a reason for this. If this is not the case, they will probably patch in an another mini update.

  • where the list book mark with the star icon

    The list of bookmarks with a star that normally appears on the right side does not appear. Where is he

    Note that the screenshot shows you the bar menus visible.

    The button Menu bookmarks will be only visible when you hide the Menu bar you can access bookmarks from the bookmarks menu in this case.

  • Cannot open a recent file of a list of shortcuts with one click more. Is there a solution?

    On my desktop and laptops I'm used to opening recent documents by clicking on the shortcut from the taskbar and dragging upwards to open the Menu of rerouting, and then release the mouse on the document recent or pinned I want to open. Recently it has stopped working and I need to drag the open menu, and then click the file I want. This is the case with all programs I pinned (Office applications, Firefox, Chrome, Dreamweaver, Spotify, etc.).

    I know it is a trivial nuisence, but is it possible to fix it?

    That should never have been possible.  When you drag to the top, the mouse pointer should not "highlight" all elements of the list until what you let go of your drag.  in fact the trail itself was intended for touch screens.  Mouse users can do, but it is faster to right-click because you do not have to invoke trajectories.

    But anyway if he was doing it before, it was broken.

  • Cascading list of values with a many-to-many relationship

    Hi all

    I have three paintings; semester, subject and half of subject. Each semester has a lot of topics and a subject can be taught in several semesters.

    create table semester(
         id number not null,
         name varchar2(50) not null,
         primary key(id)
    );
    create table subject(
         id number not null,
         name varchar2(50) not not null,
         primary key(id)
    );
    create table semester_subject(
         id number not null,
         semester_id number not null,
         subject_id number not null,
         primary key(id),
         foreign key(semester_id) references semester(id),
         foreign key(subject_id) references subject(id),
         constraint semester_subject_uq unique(semester_id, subject_id)
    );
    
    

    EDIT: I have a page with a report that shows all students who are currently enrolled in the selected for the selected session object.

    There are two selection lists at the top of the report, one for the half and the other for the subject.

    What I try to do is when you select a semester in the half selection list, the topic selection list should contain only the subjects for the half of some (not all) in the subject of the painting.

    h

    If the relationship was of 1 to many that I could write to see half of value

    select name, id
    from semester
    order by 1
    
    

    and for the purpose of value list

    select name, id
    from subject
    where semester_id = :PX_SEMESTER
    
    

    But now that the relationship depends on the table of semester_subject, I can't find a way to achieve this and Googling has not helped.

    Thanks in advance for any help.

    I believe that this issue has also been implemented on stack overflow plsql - list of values cascading with many-to-many relationship - stack overflow and received a very wide response. If the OP has not yet verified, he may want to.

    (FYI: I'm not the person who answered there.)

  • Case with other tables using

    Hi all

    I have a query like the following:
    SELECT mydate Date_REC, SUM(d_num) intake, to_char(to_date(mydate, 'fmDD/MM/YYYY'), 'fmD') Daynum, to_char(to_date(mydate, 'fmDD/MM/YYYY'), 'DY') Day from (
    SELECT
    (case when to_char(to_date(date_rec, 'fmDD/MM/YYYY'), 'fmD') = '7' then to_date(date_rec, 'fmDD/MM/YYYY')+2 when to_char(to_date(date_rec, 'fmDD/MM/YYYY'), 'fmD') = '1' then to_date(date_rec, 'fmDD/MM/YYYY')+1 else to_date(date_rec, 'fmDD/MM/YYYY') end) as mydate,
    ...
    ...
    FROM
    tableA a LEFT JOIN tableB b
    On.. etc
    Essentially, when results are taken, dates are verified for each line, and if it's Saturday (day = 7) while the date is replaced by a Monday (2 days). If it is a Sunday (day = 1) + 1 day is added to make a Monday. This seems to work ok and is exactly what I want to see in the grouped results.

    Now, in addition, I want to draw in another table, called 'holiday '. It is a list of holidays, with the structure (Date, Description).

    My requirements for each line are:

    Check if the date is a Saturday, a Sunday or a day in the holidays table. If one of these is true, I want the date to become the next business day as long as it is not also in the calendar of public holidays.

    Can someone help me to modify my query for this? It's getting a bit complicated for me now... :)

    It is for use in an Application Express 4.0, Oracle 11 g.

    Thank you very much!

    pearlyred wrote:
    It's a lot of maintenance if

    Really? The statement below prefills table calendar up to the year 2100 with indicator of day of week/weekend in two tenth of a second:

    create table calendar
      as
        select  date '2012-12-31' + level cal_date,
                case date '2012-12-31' + level - trunc(date '2012-12-31' + level,'iw')
                  when 6 then 'W'
                  when 5 then 'W'
                  else 'D'
               end indicator
          from  dual
          connect by date '2012-12-31' + level < date '2100-01-01'
    /
    
    Table created.
    
    Elapsed: 00:00:00.20
    SQL>
    

    All you need now is to update with the holidays which is the same service as your party table.

    SY.

  • List of files with exclamation point?

    How can I put a list of files with an exclamation during a sync? I see the small window that I can go through, but I'd like to see all the iTunes files cannot locate.

    Make a playlist with just - broken link files https://discussions.apple.com/message/17349970 - post by turingtest2 and https://discussions.apple.com/message/18359154 - message by Chris CA

    turingtest2 Oct 2015 post - https://discussions.apple.com/message/29094888#29094888 - create two playlists

    http://samsoft.org.UK/iTunes/scripts.asp#FindTracks - script for Windows - for more information: https://discussions.apple.com/message/17215321#17215321

  • Typing a wrong URL in the URL from Firefox 31.0 bar redirects me to us.yhs4 yahoo com search that displays the LAVASOFT logo. It is not the case with any of my

    Typing a wrong URL in the URL from Firefox 31.0 bar redirects me to us.yhs4 yahoo com search that displays the LAVASOFT logo. It is not the case with any of my other browsers (IE, Chrome, Opera, Safari). So this cannot be a problem ISP as shown in all current references to Firefox.
    This problem started after I uninstalled adaware from LAVASOFT. It itself instead of uninstall. Thus, it is malware behavior while LAVASOFT is pretending to protect against malware.
    Nevertheless, I would like to know how to get rid of this annoying 404 redirect hijack. My home page is about to startpage com, my default search engine is startpage com, all references to Lavasoft and adaware have been removed by subject: config and Windows registry...
    How to get rid of this spam redirect, please?

    Click Tools > Options, then general tab

    In the home page box, type the url you want to fire fox opens by default when you start the browser.

    KhalidXpert

  • When I try to reply to a message on my Yahoo email, nothing happens when I type. This is not the case with safari.

    That's the problem. On my Yahoo email, no letters appear when I try to type a response. This is not the case with Safari.

    All of a sudden it started working again! So strange. No explanation?

    see you soon,

    Norbert

  • Yahoo mail compose page announced the Indian Railways. Same is the case with some Gmail site. For this reason, it is difficult to compose mail. I need your help to clear advertising so that I can compose mail on the blank page, cordially. Maes

    Yahoo mail is normally empty. One can type mail in the blank part of . In my case the Compose page has rail logo. because I can't type my mail. Even if there is no problem in gmail-INBO isn't the case with Gmail site "A Google approach to email" or make up may site.
    For this reason, it is difficult to compose mail on yahoo mail. I need your help to clear advertising logo so that I can compose mail on a white page, cordially. eldiablo kumar

    You can also try to install Adblock Plus with Easylist subscription and check

  • A case with a magnetic closure shut down an iPhone?

    Hello

    I have an iPhone 6 s more. I am not satisfied with its battery life. I read that a case with a magnetic closure turns off the phone when it is closed. I would like to know if anyone has such a case, and that it is the phone off to conserve battery power.

    If not then I'll have to go to some form of extended battery pack, but there will be another question.

    Thank you, in advance.

    rlmslo

    I have not heard of these cases. Beside this, turn your phone off and back on every time that you open the case a) will affect your battery life b) make you expect about minutes whenever you want to check your email. Not very practical.

    There are a lot of battery boxes, choose the one you prefer.

    Here are a few tips battery:

    http://www.IMore.com/battery-life-problems-iOS-9-heres-fix

    https://www.Apple.com/batteries/maximizing-performance/

    sues-iPhone-iPad-and-iPod-422229 http://www.idigitaltimes.com/iOS-82-Battery-Life-Problems-How-Fix-Quick-drain-is

  • I need to know how to remove the most recent version of Firefox. I JUST downloaded tonight and my computer does not have this edit bar little to work with, so I can download the reader good Adobe and my internet was screwed up ever since I downlo

    I need to know how to remove the most recent version of Firefox. I JUST downloaded tonight and my computer does not have this edit bar little to work with, so I can download the reader good Adobe and my internet was screwed up, since I downloaded the new version of Firefox. I want just the old version of this back because I can't download the Adobe stuff which is necessary to protect my computer against hackers apparently not. It would have been nice to know he had a problem with the new update of Firefox BEFORE I downloaded it. I have Vista, which is usually a problem with Adobe and Firefox. I don't seem to be able to run a lot of Adobe at all on my computer because of the Vista.

    This has happened

    Each time Firefox opened

    http://support.Mozilla.com/en-us/KB/installing+a+previous+version+of+Firefox

  • "I lost the top of my Web page that has"File"Edit etc and the toolbar with the House for 'House' and the arrow of" return to the last page. Does anyone know how to reinstall these? I'm obviously not computer savy.

    Missing once more, the blue band at the top of my Web page that has the file ',' Edit etc and the toolbar with the House for 'Home' and the arrow «back to last page»

    == My grandchildren's play about that.

    Press the Alt key to display the Menu bar, then open view > toolbars and select menu bar and the bar of Navigation, so that they have a check mark.

  • So I recently found my game Age of Mythology. The disc is very good and works, but I have not the case with the number of products to this topic. What should I do?

    So I recently found my game Age of Mythology. The disc is very good and works, but I have not the case with the number of products to this topic. What should I do?

    Hi GuyT6,

    ·         What version of the operating system is installed on the computer?

    I suggest you contact the customer assistance form help and more information.

    How and when to contact Microsoft and support Customer Service

    http://support.Microsoft.com/kb/295539

  • WMCW Benelux Tablet case with usb Keybord is not detected

    WMCW Benelux Tablet case with usb Keybord is not detected

    on my Acer Iconia B1 - A71 / Android 4.1 Jelly Bean
    USB 2.0 driver installed

    can someone help me please.

    Welcome to.

Maybe you are looking for

  • HP Pavilion Slimline: upgrade to Windows 10

    I am wanting to upgrade to Windows 10 but didn't because I have Windows Media Center PC. Site Windows said I'd lose this because Windows 10 does not have that. He said that my Media Center will be deleted.  He then said I have to go buy a DVD player.

  • HP elite 8000 usff master key bios password

    Hello all, need help I bought recently used HP elite 8000 usff great small desktop computer Problem is the main key to the password for bios, product number is AU248AV and serial nuber is (deleted content) I also tried unplugging the power supply and

  • PID control with an H-bridge

    Hello world I have worked on a project with labview since a few months now and I have reached a point where I need help. Basically, this next part of my project requires me to drive a linear actuator to apply a force to the end of a tree, with a load

  • HP SimpleSave HD hpmd1000h: HPSimpleSave in Windows 10

    I've been a successful user of the system external HD HP SimpleSave backup. After recently installing Windows 10 improvement of 8.1, I just discovered that the system does not work and seems to have been disabled on Windows 10 irreversably. He has be

  • In OE 6 the way through when I try to export the messages that I have and it hangs, how do I find the outlook file?

    I saw cannot be part of the Inbox at a time, I need to find the location of the outlook profile stored this info. So I can rename it and make another part of the Inbox. Any help is great, thanks john