Can't display data that exist in cupe

Hi All,
I get a problem which is thar even i entered data in the cube i cant display with charecteristics. When i go to bw and display data if i say select charecteristics i can see any data but if i dont select charecteristics i can display data. Also when i enter data and sen data it say succesful but i loose data on view. Have anyone get any problem like that thanks for your interest.
Kasim

Hi,
The code you sent appears to be the Audio Talkthrough example with several modifications. Here's the first thing I noticed that appears to be incorrect: You're using the BF AD1871 Wait on Data Ready Flag VI to fill the sub-buffer, then you go into a loop and get the contents of that buffer 256 times. You should be filling the buffer each time before you get the buffer instead of only filling it once. You also aren't resetting the data ready flag by using the BF AD1871 Clear Data Ready Flag VI.
Message Edited by Michael P on 07-28-2006 09:55 AM
Michael P
National Instruments

Similar Messages

  • How can I display images that are not included in any collection?

    How can I display images that are not included in any collection (some filter or smart collection)? A smart collection with parameters "Collection - contains - empty field" does not work. Lightroom 5.

    Thank you! Good idea! I ordered letters of the alphabet (space separated), and it works.

  • How to create a variance on data that exists iIn only one database column

    How to create a variance on data that exists iIn only one database column?
    I'm trying to create a calculation to show the difference between the budgets for two different years in a Discoverer crosstab query.
    I'm using the lag function to repeat the value of a column for the current year and the year before.

    Lag and lead seems to be the only choice and they work excellent. Checkout the new 10g Database features. There is new SQL modal clause which might give additional and powerful analytics but in this case lag and lead should be sufficient.
    regards
    http://www.infocaptor.com/workbook-dump.php

  • HT3275 how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    Plug an external drive into the computer and use that to expand data onto.
    http://pondini.org/TM/16.html

  • Can I retrive data that has been wiped out because I forgot my password?

    Can I retrive data that has been wiped out because I forgot my password? I tried my password 10 times and forgot it and it wiped everything out when I finally remembered my password and logged in. Is there a way to retrieve the data?

    Sorry, but password to what? Where is this "data" you wish to recover?

  • How can I display date+time and not the point number in excell?

    Hi everyone,
    Could anybody tell me how I can save date + time to a file, so that  I can display on a diagram(excel) : date+time in (ox) and data (oy)? :
    My program sets in (ox) the point number and not the date+time....( although  date and time are written correctly in the column...)
    Any help would be great,
    Thanks,
    regards,
    Marc

    hi there,
    excel uses 01.01.1900 00:00 as the time offset, LabVIEW uses 01.01.1904 02:00, so you can't display the correct datetime in excel when you write the time as a fractional number of seconds from LabVIEW. you must format the datetime in LabVIEW to a string and write that to the column. use the "Format Date/Time String" - function and for example "%d.%m.%Y %H:%M:%S%3u" as the format string (see the functions help for more examples). you also could format your data to a string using "Format Into String" - function and write the file as a 2D string array. the decimal point you have to use depends on your system and its settings, but you can specify the decimal point in the Format string like "%.;%f" (means fractional number with point as decimal point).
    best regards
    chris 
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Can we display date and time in a movie

    I am filming a production process and would love to be able to display time of day as the video is playing.
    I can see this info while editing, but I don't know if iMovie'11 will let me display this info onto the movie itself? I need to pass these clips to someone who doesn't have any editing tools, but they will be interested to review the events on the tape relative to the time of day that they occurred.
    It would be cool if iMovie had a title effect that 1) displays time and date info, 2) let's the user edit the format of the displayed date and time, and finally, 3) lets the user move this title information to a location in the tape that won't obstruct the critical elements of the movie.

    Thanks Appleman 1958!
    This helps, but to your point, it doesn't show seconds, and it doesn't show frames (for the video purists out there).
    Limited to no more detail than minute data, it is not too useful for me, but I could see this being fun in a fast motion shot.
    Also nice for capturing day and time of day information for a vacation video.
    For my application, all activity took place in 5 hours, and I would need to see down to the second (and ideally the frame) when specific actions took place.
    It would be awesome if Apple would let us
    1) edit displayed information (lets say for example turn off date, but show hours minutes seconds and frames)
    2) edit the font & font size
    3) allow flexible placement of the information window. The default location may be where major action is.
    Again, thanks for pointing out this title!

  • How can we append data in existing flat file

    how can we append data to a existing flat file (Text file).

    just fill the itab from data which suppose to append to text file.than read text file from GUI_UPLOAD and loop on itab and with the use of read statements you may append the data.

  • How can I get alerts from SharePoint based on a date that exists in a list?

    I have a list that contains renewal records.  One of the fields in each record is "Renewal Date".  I would like to have SharePoint send an alert when it is 1 month prior to that date. 
    Can anyone help me do so?
    Chas Roberts

    This answer details a few different ways to do this - workflow, scheduled jobs, open source and commercial add-ons.
    StackOverflow - Dated
    reminders in sharepoint calendars
    http://stackoverflow.com/questions/529045/dated-reminders-in-sharepoint-calendars
    Regards
    Ryan
    Pentalogic Technology - Web Parts for Microsoft SharePoint
    www.pentalogic.net

  • How can I display data gathered in a subVI in a graph of the main VI?

    I have written a largish application (~50 VI's) which acquires, analyzes, display and saves data from an instrument with a built-in DAQPad. My problem is that my block diagram is rather messy by now. I'm using an event structure in my main VI which reacts to buttons being pressed on the front panel. During data acquisition (one frame of the event structure), I need to do a lot of data processing, and I'm displaying both raw data and analyzed data on the front panel. I'm using a lot of subVI's for this, but I always need to get data out of the subVI's again to display it on the front panel, cluttering my block diagram. It would be much nicer if the subVI could update the main VI's graphs and indicators. I just found two examples with control references which show how a subVI can modify e.g. a 3Dgraph of the main VI, but I'm unable to use this with normal graphs and charts - I can't find a way to update the actual data in the plots (I can scale the plot or color it blue etc - but I really want to change the data it's displaying, not color it blue). Is there anything I'm missing? Is there example code for this kind of problem?
    best regards
    Martin

    im assuming that you want to update your graphs and indicators as you are performing your DAQ, otherwise, you can pass out your value/s when the DAQ completes.
    I have attached a very simple example of using a reference to update your front panel graph.
    Hope this helps.
    Attachments:
    Reference Example(LV7.1).zip ‏17 KB

  • Can I display data in a heading?

    I've just started looking at Discoverer (9.0.4) and I am looking to migrate our reports from Business Objects.
    One thing that I don't seem to be able to do is create any text above the report, but below the title. The text comes from the data but I don't want it repeated on every line of the report, nor do I want the users to have to select it.
    Does this make sense to anyone? Is it possible?
    The only way I can think of doing this is to pass in all of the values as parameters and then (somehow) display this parameters.

    I don't think so. The best you can try is to do a group sort on the text column - this will show it only once - althought you still have to select it and it will appear at the top left, rather than above

  • How can i display data in the table?

    i have a vi that reading the data 1 by 1 (according on what you have chosen)data is displaying in the the table, also 1 by 1 in 1 column only.
    I want them to look like this:
    apple | epol | apol
    mango | manga| maga
    (if it is Ok, can i have an example how can i do this?)
    Thank You

    In LabView 6 or 7, you can use a table control. You can control the displayed size programmaitcally with a property node or by editing the front panel control.
    Look at the table examples that ship with LabView. From any LabView window, goto Help >> Find Examples >> Search, then enter TABLE ins the box labeled Type a keyword to find.

  • Can i transfer data from existing apple ID to my  new apple ID?

    i currently have a Ipad 2 registered under an Apple ID ( with my son 's email address),
    bought a new Ipad Air,  would like to set up the new iPad Air  under a new Apple ID ( my email address)
    how can i transfer the data from Ipad 2 ( from existing Apple ID with my son's email address )  t  new Apple ID that I will set up based on my
    own email address
    ectogo

    This is why it is important to have backups of your media and other important files.
    The Windows computer will not be able to read the files on the iPod because of the formating (at least that is my understanding).
    The iPod will need to be formated to work with Windows.  The only way to do this is to wipe the device.
    If you do not have a backup, do you know someone else with a Mac?  What you might be able to do is copy your music from the iPod to their Mac or a USB drive via their Mac.  Then you may be able to simply copy that music from the USB drive to your windows computer.  Do not take my word on this... I am only speculating about possibilities.  I do not own a Mac and have never used one, so not entirely sure this would work.

  • SSRS Maps - Display data that crosses international dateline without spanning half the world

    G'day,
    I'm hoping someone here can help me out - I've tried a bunch of thing and can't seem to crack this one.
    Basically I have a collection of position data (w.r.t. WGS84) provided by an aircraft local to my area (Auckland, New Zealand). Occasionally when the aircraft flies off to the east this position data crosses the international date line -
    so Point 1 at say -36° Latitude, -179.9° Longitude,
    and Point 2 at say -36° Latitude, +179.9° Longitude.
    The issue I'm having is when I attempt to display this data superimposed on a map in SSRS the viewport zooms right out to show the entire southern hemisphere.
    On the extreme left I have 180° Longitude, in the center of the viewport is 0° Longitude, continuing through to -180° Longitude on the extreme right. From left to right my map layer displays South America, Southern Africa, Australia and New Zealand. 
    Needless to say the data I was attempting to display is invisible at this scale - however I'm assuming there are some points on the extreme left and some on the extreme right (with a lot of nothing in the middle).
    What I need is some trick I can apply to center the map layer projection over New Zealand so that my report doesn't freak out every time the data spans over the date line.
    Any suggestions around how to achieve this with SQL Server/SSRS? Many thanks for your help :)

    Hi Moshifish,
    According to your description, you want to show position data which acrossing international dataline without switching each half world. Right?
    In Reporting Services, since maps is based on the Bing map background, it's not a tellurian model. So the only thing we can do is split the data into two parts along the international data line. This is the default render behavior of SSRS map. 
    For this kind of issue, we suggest you submit it to the Microsoft Connect at this link
    https://connect.microsoft.com/SQLServer/Feedback.
    This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you
    can learn more about and contribute to the exciting projects on Microsoft Connect.
    Reference:
    Maps (Report Builder and SSRS)
    "Best Practices" when spanning International dateline?
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How can I display data from ResultSet to a component like jLable and JTable

    hi there
    My code as shown below
    boolean fillTable(int type){
            try{
                //model.setRowCount(0);
                if(type == 1){
                    System.out.println("line 1");
                    model = new DefaultTableModel(new Object [][] {   },
                            new String[] { "\u1200 Code", "Description" });
                    System.out.println("line 2");
                    while(lookup.rs2.next()){
                        System.out.println("line in while");
                        model.addRow(new String[] { lookup.rs2.getString("code"),
                            "\u1201 " + lookup.rs2.getString("amdescription")});
                          //System.out.println("While : " + lookup.rs2.getString("code") + " " +
                            //      lookup.rs2.getString("amdescription"));
                    lookup.rs2.last();
                    String str;
                    str =  new String (lookup.rs2.getString("amdescription"));
                    jLabel2.setText(str);
                    System.out.println("line 3");
                    tblLookup.setModel(model);
                    System.out.println("line 4");
                else if(type == 2){
                    System.out.println("line else if 1");
            }catch(Exception ex)    {
                System.out.println("Exception @ MilLookupDisplay fillTable : " + ex.getMessage());
                return false;
            return true;
        }I can read from access db and put the resultset on rs2 , it works fine
    my problem is when I try to display the data ( which is amharic unicode character ) on jTable and jLabel as shown it displays '???'
    besides I have checked the font by giving unicode like '\u1200' on both component displays it well
    so is there something to do before trying to display unicode characters from resultSet
    please I ' m waiting
    thanks a lot

    http://forum.java.sun.com/thread.jspa?threadID=5153938

Maybe you are looking for

  • Time selection in the select statement

    Hi, I need to extract data from Oracle DB to a flat file. We just have a runtime license and hence I cannot create any DB views or procedures. So I generate the extract by writing SQL commands in a flat file and then triggering it using a batch file.

  • Stored procedure call with REF CURSOR from JDBC

    How can I call a SP with a REF CURSOR OUT parameter from JDBC?

  • Having trouble loading photos on Craigslist

    having trouble loading photos from iphoto to craigslist ad

  • No sound in shockwave player 11

    I have installed, uninstalled shockwave player 11 both ways (directly and stand-alone). When I go to the web-site my son's teacher recommended for his auditory processing problem, the first thing it does is installs an earlier version of shockwave pl

  • Binding a Second IP to an Interface Card

    Hey All, I need to bind a second IP address to my single network card on a Solaris 7 server. I've done this in Linux by adding an additional ifcfg-eth0 file to /etc/sysconfig/network-scripts, specifying the new IP address. With Solaris though, the ne