Are Virtual Columns a good idea in APEX apps?

Hi all,
Searching for a way to get fields auto-populated (a QTY*PRICE for example) I discovered Virtual Columns.
Looks very good, but.
a) You can't create Virtual Columns under APEX.
b) You can't create Virtual Columns under SQL Developer.
You must do it with SQL directly. And if you do it.
a) You can't insert rows under Object Browser (APEX)
b) You can't modify anything in this table under SQL Developer
My surprise, is, thath as far as I see, Virtual columns exists since 2007, but seems APEX nor SQL Developer, with updates released some days, are'nt compatible with this "new" feature.
There are some reason for this? In Oracle World anybody uses computable fields?
Regards.

I would say "no" to using virtual columns in the database when Apex is laid over them as the front-end app. It just doesn't like them.
If your page in question is about page items, I would do the following:
1. Create a pl/sql function or packaged function in the database to do your computation(s).
2. Assuming you're in version 4.x, create a dynamic action that populates that item by calling the PL/SQL above and returning it to the item.
3. Turn on (most likely) the "fire on page load" option for that dynamic action task.
If it's a tabular form (or the detail region of a master-detail form), oh my this part sucks. I could not find any way around this that wasn't ugly (and even so my workaround is a hack that I don't like) mostly because tabular forms have fewer options for HTML items than page HTML items do and I had to define my computed items as database columns just to support the tabular form, but read on...
1. Make your computed item in the table in question as a column.
2. Make it nullable.
3. Place a check constraint that this column that it must always be null (ugly, but works...e.g.: MYCOL IS NULL)
4. Place a comment on the column as to why you did this so that future developers that see your work know that you had a reason, however bizarre that reason may be (e.g.: '** Do not use ** This is for an Apex workaround. Do not store any values in this column; always derive them.')
5. Build your tabular form and make the computed column readOnly via HTML Element Attributes readOnly="true")
6. Same as #1 above, write a PL/SQL function or packaged function.
7. Make an app on-demand process and javascript to run AJAX to get the value for each row and to set the value.
8. Call the JS and AJAX for every row after the region paints (usually in a DA that is after-refresh of the tabular form region and it calls JS to call your AJAX to get the values for the computed field on every row).
9. Call the JS and AJAX for a single row when onChange fires on another item in the row (presumably your computed value is based on one or more other values on the row in question).
10. Before submit of your tabular form, clear all values in this computed field on all rows using Javascript.
Why did I do it all that way? Because that was the only way I could find to effectively NOT store a computed value in the DB but also that Apex would generate for me the HTML IDs (e.g.: f06_0001, f06_0002, etc.) for the computed fields in the tabular form (without having to do a fully manual tabular form) so that I could manipulate the fields real-time w/o the user submitting the page, all while not giving me errors about checksums or virtual columns.

Similar Messages

  • Who thought that using iframes and forcing people to scroll was a good idea?

    I landed on the new Support Communities homepage and immediately noticed that I had to scroll to see all the fora.
    Who thought that this was a good idea?
    iframes are almost never a good idea from a UI point of view.

    Agreed, there is way too much wasted white space at the community page. I believe the search bar should be above the All Communities banner heading. If there was a two column view all the community links would probably fit on screen without the need for me to scroll.
    Message was edited by: J.C (Image size was too large)

  • Virtual columns support in oracle 11g

    Hi
    I created a table with virtual columns using SQL as the APEX GUI didn't support it and I couldn't see the data dictionary of the table in object browser.
    Some strange error about my user not having any privileges on the current scheme was displayed also when I tried to view the data. Dropped the table and all is normal again now, was looking forward to using the new 11g feature.
    When will virtual columns be supported by APEX?
    Regards
    Adam

    Adam,
    >> and I couldn't see the data dictionary of the table in object browser.
    That's not my experience. I created a table in SQL Commands using:
    CREATE TABLE employees (
      id          NUMBER,
      first_name  VARCHAR2(10),
      last_name   VARCHAR2(10),
      salary      NUMBER(9,2),
      comm1       NUMBER(3),
      comm2       NUMBER(3),
      salary1     AS (ROUND(salary*(1+comm1/100),2)),
      salary2     NUMBER GENERATED ALWAYS AS (ROUND(salary*(1+comm2/100),2)) VIRTUAL,
      CONSTRAINT employees_pk PRIMARY KEY (id)
    );I was then able to browse the definition and view the data in Object Browser just fine.
    >> Some strange error about my user not having any privileges on the current scheme was displayed also when I tried to view the data.
    I couldn't reproduce this problem.
    >> When will virtual columns be supported by APEX?
    I created an application with an Interactive Report on the above table. On the resultant form, I had to change the item type of the virtual columns to Display Only. After that, DML on the form worked just great.
    Joel

  • Apex and remote database links.... Good idea or bad?

    We would like to have one single Apex installation that would be used to develop many applications against many remote databases.
    Database links would seem to be the obvious mechanism to achieve this goal, but we have had many issues with db links.
    Also, our research indicates this might not be a good idea for various reasons.
    Any opinions or experiences around this topic would be greatly appreciated.

    we have had many issues with db links. In that case it's a bad idea.
    It's not really an Apex question. If you can't get db links to work, it's a database issue. If it's performance over the db link, again it's a database issue (assuming modern networks aren't the bottleneck here). Remote views (instead of selecting from remote tables) often increase performance.
    If the applications don't have to share data over the db links, you can set up one master application and several sub-applications on the different databases. The master is used to log in once. See:
    http://www.oracle.com/technetwork/issue-archive/2009/09-may/o39security-101079.html

  • HT201441 this is bullshite again, i just updated the phone my partner gave me and now is locked and he doesn't remember ever using icloud and all my icloud accounts are not working, *** what's this now Apple ? good idea to secure us but seriously many wil

    this is bullshite again, i just updated the phone my partner gave me and now is locked and he doesn't remember ever using icloud and all my icloud accounts are not working, *** what's this now Apple ? good idea to secure us but seriously many will have t

    If your device is disabled...
    Connect to your computer in recovery mode per the instructions in http://support.apple.com/kb/HT1212
    You may need to do this more than once.

  • Why are flash buttons not a good idea?

    I'm trying to figure out a problem I'm having with flash
    buttons (mainly that I don't want users to have to click twice to
    make them work), and I keep seeing posts (particularly by Murray)
    asking if the poster knows that flash buttons aren't a good idea.
    However, I was unable to find an explanation as to
    why they are a bad idea. Can anyone explain this to me in
    layman's terms? I'm very new to Dreamweaver and web development in
    general. I'm developing an intranet site for a specific group of
    users where accessibility is not a huge concern.
    Thanks!

    Consider these scenarios -
    1. I don't have Flash installed. I don't get the benefit of
    your Flash
    navigation element.
    2. I am a search engine spider. I don't get the benefit of
    your Flash
    navigation element.
    Need I say more? 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "bhkate" <[email protected]> wrote in
    message
    news:eki4lp$99u$[email protected]..
    > I'm trying to figure out a problem I'm having with flash
    buttons (mainly
    > that I
    > don't want users to have to click twice to make them
    work), and I keep
    > seeing
    > posts (particularly by Murray) asking if the poster
    knows that flash
    > buttons
    > aren't a good idea. However, I was unable to find an
    explanation as to
    >
    why they are a bad idea. Can anyone explain this to me in
    layman's
    > terms? I'm very new to Dreamweaver and web development
    in general. I'm
    > developing an intranet site for a specific group of
    users where
    > accessibility
    > is not a huge concern.
    >
    > Thanks!
    >

  • External battery for iTouch. Are they a good idea?

    I'm thinking about buying a really cheap 1,500 mah external battery to charge my iPod Touch 5g. Do you think it would be a good idea to do so? Or does it damage the battery and possibly reduce it?

    No, 110v and 220v are voltage from your wall socket,  not current, and only appies to an AC adapter. An iPod touch requires, I believe, 5V at 500mA. Again, just make sure that the battery pack is certified for the iPod touch and, assuming that the pack is of good quality, you should be fine.
    Regards.

  • Hi:) I want to cancel my "one year membership" for the education-programm without loosing to much money. Are there any good ideas?

    Hi:) I want to cancel my "one year membership" for the education-programm without loosing to much money. Are there any good ideas?

    You paid for one year and that's just it. If you don't use it then that's nothing anyone can change. feel free to contact sales support.
    Mylenium

  • Is it good idea to store video files in database?

    Hi,
    In my project I am storing everything in database BLOB column.
    Everything includes images,documents,videos and any thing uploaded from form.
    Someone suggested me that video should not be save in database.
    I want to know it is good idea to store everything in database BLOB column?
    - Thanks
    Zohaib.

    But I don't Recommend to store video in Database , Which it will effect on your Space and performance .That is the silliest thing I have ever heard. The alternative to storing it in a database is to store it on the file system, which takes up space and performance just as much.
    Store away - BLOBs are fine for storing videos in the DB
    Someone suggested me that video should not be save in databaseUnless they told you why, and backed it up with actual facts, I'd discount what they said by about 99.9999%

  • Thinking of converting a secondary DC & replica DFS into a Hyper-V host - a good idea?

    Hello!
    I am trying to minimize the amount of server hardware regarding adding more servers to our domain (2008 R2).
    We have a quite new and strong (2x 6-core xeon with 24GB RAM) secondary DC server in our 2008 R2 domain. I am trying to come up with a better plan to utilize this machine's resources which was a bit of an overkill for just an AD, DNS and DFS services.
    Do you think it would be a good idea to demote that server, erase it, install 2008 R2 in Hyper-V mode and then add the AD service with DNS and DFS in Virtual mode and more (separate) virtual servers for other various purposes - thinking of Remote Desktop
    Services specifically for now, it can't run on same physical server as AD which is a slight problem as we are not planning on getting any hardware anytime soon.
    Can MS Exchange also run on Hyper-V? That would be a plus as well if it could.
    Thanks for insights.
    I am new to Hyper-V, never tried it before. Also forgot to mention, we use 2008 R2 Standard licenses, not enterprise/datacenter whatever.

    http://www.microsoft.com/en-us/download/details.aspx?id=3512
    is this the "regular free Hyper-V" you mentioned? is it a standalone OS that needs no key?
    anyways, the question stands, I am not sure I can use the physical and virtual keys (from 2 standard licenses) in VMs, i'd certainly like to... 4 VMs sound really good, much better than 2.
    that is the old one, there is a new 2012 R2 version for datacenters
    http://technet.microsoft.com/en-US/evalcenter/dn205299.aspx
    Corsair Carbide 300R with window
    Corsair TX850V2 70A@12V
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 6600 Ti FTW Signature 2(Gk104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Enterprise x64
    Microsoft Wireless Desktop 2000
    Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!
    that's an evaluation software ... 180 days license or something? or worse, a beta version?
    I'm talking about production environment in live business ...
    reviewed the 2008 R2 licensing and it seems that no matter the approach, each of Standard licenses allows only for a single VM...
    EDIT:
    OK, that is a full feature version, free and supposedly an RTM, which is good. might consider it for future.
    either way, legally speaking, the licensing problem with 2008 R2 STD still exists, because officially you can use only 1 STD license per VM. As far as I understand from legal standpoint, one cannot use both physical + virtual keys (from a single 2008
    R2 license) for two separate VM guests, no matter how, it probably is not OK (even though it may work and activate properly).

  • Problem with creating virtual column

    Hello,
    We've got problem with creating virtual column.
    There is table R_T that contain columns R_ID and L_ID, we would like to create virtual column RL_ID that contains sth like 'R_ID-L_ID' (R_ID, L_ID and RL_ID are varchars).
    According documentation we've tried:
    alter table R_T add column (RL_ID varchar2(60) generated always as (R_ID||'-'||L_ID) VIRTUAL)
    but getting
    ORA-00904: : invalid identifier
    00904.00000 - "%s: invalid identifier"
    Have no idea where is the problem.
    Table, columns names are little different but contains only capital letters A - Z and underscore "_".
    Has anyone idea?
    Thanks a lot.

    Strange...
    This does work for me :
    Connected to Oracle Database 11g Enterprise Edition Release 11.2.0.1.0
    Connected as dev
    SQL>
    SQL> create table r_t (
      2   r_id varchar2(25),
      3   l_id varchar2(25)
      4  );
    Table created
    SQL> insert into r_t (r_id, l_id) values('R','L');
    1 row inserted
    SQL> alter table r_t add (rl_id varchar2(60) generated always as (r_id||'-'||l_id) virtual);
    Table altered
    SQL> select * from r_t;
    R_ID                      L_ID                      RL_ID
    R                         L                         R-L
    SQL>

  • Production Oracle DB 11g on a virtual server. Bad idea?

    We will soon switch our IT Manager, he is also not been very professional, so we are not believing on everything he says anymore.
    We just got a new Dell R720 server that will host our Oracle DB.
    The server hasn't even been turned on yet but we know that the load on the server will be very low for a long time.
    One of our problems is that we need to run a VERY important application. Since it is not very resource consuming compared to it's importance we chose to run it on a not so new Xeon 5110 1.60 GHz - 4GB RAM server. He said it's not a good idea and that we should buy a new server. (money is very low)
    The software vendor suggested to virtualize our R720 server, host a vm running our database, and along with it other smaller machines like the one I described above.
    I suggested the use of Oracle VM, Oracle Linux for the database host and transforming the physical servers servers in VM with P2V.
    Our IT Manager didn't like that, he said that it's not recommended to run a database on a virtual machine. But our software vendor said that many of their clients run their solution this way.
    What are our options? Is it really that bad to virtualize?

    >
    In our case, implementing a VM system is cheaper than new hardware. Not just by the fact that this is Brazil and taxes on hardware are very high...
    >
    When you say implementing 'a VM system' you are starting to raise a red flag. Have you worked with VM systems before? Have you worked with the setup you say you recommended?
    >
    I suggested the use of Oracle VM, Oracle Linux for the database host and transforming the physical servers servers in VM with P2V.
    >
    There are typically a MINIMUM of three components for that configuration: VM Manager, VM Servers (of which you say your DB will be one) and a VM repository. You can merge the Manager and Repository on the same machine but that isn't best practice. The repository would generally be on a reasonably fast storage device that is well protected by a high-level RAID.
    On top of that you would typically have some sort-of online failover perhaps even live migration.
    So one NUT of the issue are the questions: 1) if your DB is on a VM server by itself then why virtualize it at all, and 2) if there are other apps or VM servers on the same box then if the box goes you lose them ALL.
    Implied in that is that you also run the risk that problems with one of your non-critical VMs or apps could take the box itself down and your critical app with it.
    >
    Our DB will be acquired, setup and managed by a company indicated by our software vendor. It will be their responsibility to keep the server running, backups, growth management, optimization... One version of their contract is that they will set up the hole VM environment for us, that's what we want to sign.
    >
    Have you talked to any of their current clients about their experience with this company?
    >
    Apart from the management issues, how much does the virtualization degrades the database performance?
    >
    But one of the 'management' issues that your 3rd-party company can't deal with is hardware that is physically located on your site. Above you said this
    >
    Right now there is only a couple of guys to deal with hardware problems, everything related to software is done by a company contracted to manage that. Everything is done over the phone and remote access, they are even form a different state. We will soon stop working with them and have an actual IT staff.
    >
    Will that hardware be on your site? Will your IT people be responsible for hardware issues? Are you (or your 3rd party company) knowledgable about the importance of multiple servers in a VM system needing to be as compatible as possible in terms of CPU make and model, memory and even the cpus hardware virtualization support?
    If your DB VM goes down do you plan to perform live migrations to another VM server? Or do you plan to just stay unavailable until the original VM server can be brought back up.
    The performance issues will depend on the type and volume of activity and the amount of data being moved in and out of the VM environment. For the use case you cited I would not expect that to be an issue for you.

  • General Question: should Fact Table use virtual column?

    Hi,
    I have read several articles about 11g's Virtual Column feature and it all looks very good. But I just want to know
    - Whether virtual column is also good for Fact table or not?
    - Is it recommedated?
    - Is there a 'limit' or 'recommedation'regarding how many virtual columns I should use in a table?
    Thanks

    In an OLTP system, the number of virtual columns is self-limiting because there aren't that many simple ways to combine the columns in a single table using simple expressions. In a data warehouse, there are likely a lot more expressions that you might want to compute, so you would have to be careful as oracletune points out if expressions can change over time assuming that you want the version of the computation that was in force at the time the row was written to be used.
    There really isn't a rule of thumb. It's a lot like asking how many indexes a table should have-- the only answer is to do a cost-benefit analysis on each potential index/ virtual column to determine if the benefits outweigh the cost. A virtual column allows you to avoid computing an expression when you are inserting a value but requires that you compute it at query time. If a row is queried millions of times, written once, and never updated, that probably isn't a great trade-off. If a row is queried a few times and updated a bunch, avoiding the computations is probably worthwhile. If you need to store the value and you have an OLTP system, the ability to ensure that you never have stale computations is great.
    Justin

  • Why does it take so long for microsoft to incorporate good ideas into programs, but then after they do no one elses software will work on the system?

    Case in point: I can not use Xp any longer since it is not supported by microsoft, and latest lan driver requires xp service packs which are no longer available for XP or Vista. So my old software as of April 2014 is now worthless as internet access software(microsoft
    will not provide support or service packs for xp). So I get a new pc with WIN7 op system installed and try to do traditional backups to protect myself should my system crash in the future. (usually this means cloning a hard drive or installing Faronics Deep
    Freeze to protect my op system in case of catastrophic failure.) I try to install and use some of these utility software types including Acronis Disk Director 12, Avanquest Perfect Image, Partition Commander 10, and others True Image Hdd utility for cloning
    hdds. Most of these I try to run turn out to be useless, and I get pop-up messages saying my software is incompatible with win 7 op sys! I am wondering if it is the software or the fact the op system is 64bit (not 32 bit) which means that if you buy any other
    software to help with utilities it will be worthless because most are written for 32 bit systems not 64. No one tells you these warning signs when you buy the pc with the 64 bit software already installed. But for a Toshiba 15" computer that normally
    costs 400$ and I can get it at Goodwill used computer store(1stStreet and Fairview in Santa Ana, Ca.) for 175$ I can not complain. Being an unemployed electronic technician, I have to stretch my dollars as far as they will go...Another frustrating thing is
    I buy this device made by Apricorn Driveware that allows users to hookup a second hdd using a usb cable and a three connector module that will allow the user to connect any hard drive sata or ide or the 3rd type. I try to run it and make a backup copy of internal
    hdd but I get error messages saying it can not copy hdds when there are minor differences such as total mbs on each drive or slightly different hardware issues such as my pc has 580 gb internal drive and replacement backup drive is 380gb. Such as shame because
    hardware setup is a good idea but without compatible software it is useless! Perhaps if I was using it on my old xp op systems I would have fewer problems with software compatibility issues. I really hate the fact that MS does not provide support for known
    good op systems like xp say 20yrs? When the products and markets change so fast they run the risk of alienating customers who can not financially keep up with technology changes especially during an economic depression such as the one we are in now( they predict
    it will last 20 yrs). a curious thing about the Acronis disk director 12 software I installed. It seemed I could not get partion size on hdd to change no matter what I did. I found out that if I CHANGED THE DATA BLOCK SIZE ON THE NTFS PARTITION FROM 4 KB TO
    2 KB THAT I WAS NO LONGER LIMITED BY THE SOFTWARE FROM SHRINKING THE HDD PARTITION FROM 300GB DOWN TO 100GB. Once this item was changed on the hard drives the Disk Director 12 software (Acronis) was able to shrink the partition size to what I wanted.

    Due to phenomenal development in Windows, Microsoft released 4 generations of operating systems, succeeding Windows XP. Hence, on various aspects, Windows XP becomes too old to be used practically these days. So the support was pulled out.
    I do agree that Windows XP is the most successful operating system ever, so far. But, later versions added more features, enhanced security and compatibility. Moreover, at this point, Windows XP becomes more vulnerable, although security patches are made.
    Ultimately, we need to move to a more secure, feature-rich and highly compatible operating system.
    With improved features in newer versions of Windows, the NTFS filesystem has also been improved, adding new features. Hence, certain feaures that are not availble in Windows XP are available in Windows 7, again, in Windows 8.1. So is the disk management
    features.
    As for Acronis Disk Director, it's a third party software and hence we can't comment on the features/its working.
    Balaji Kundalam

  • ORA-31061 error while creating XMLType table with virtual column

    I'm not calling it frustration ;)
    but still... what about this one :
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    SQL> create table test_virtual of xmltype
      2  xmltype store as binary xml
      3  virtual columns (
      4    doc_id as (
      5      xmlcast(
      6        xmlquery('/root/@id'
      7        passing object_value returning content)
      8        as number
      9      )
    10    )
    11  )
    12  ;
    Table created.Now, on the latest version :
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for 32-bit Windows: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL> create table test_virtual of xmltype
      2  xmltype store as binary xml
      3  virtual columns (
      4    doc_id as (
      5      xmlcast(
      6        xmlquery('/root/@id'
      7        passing object_value returning content)
      8        as number
      9      )
    10    )
    11  )
    12  ;
          passing object_value returning content)
    ERROR at line 7:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-31061: XDB error: dbms_xdbutil_int.get_tablespace_tab
    ORA-06512: at "XDB.DBMS_XDBUTIL_INT", line 1002Is there something I should be aware of?
    Right now, I'm just evaluating the version so I can't submit any SR.
    Thanks for anyone trying to reproduce the issue.

    Just tested again on a new installation (64-bit server).
    It works :
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for 64-bit Windows: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL>
    SQL> create table test_virtual of xmltype
      2  xmltype store as binary xml
      3  virtual columns (
      4    doc_id as (
      5      xmlcast(
      6        xmlquery('/root/@id'
      7                 passing object_value returning content)
      8        as number
      9      )
    10    )
    11  );
    Table created
    Now I'll try to see what are the differences between the two installations.
    Thanks Dan and Marco for looking into this.
    Edited by: odie_63 on 2 mai 2012 15:51

Maybe you are looking for

  • Iphoto 11 9.4.2 won't export slideshow

    This is what I get when I try to export a slideshow. I have a Mac Book Pro 13 running 10.8.2 I have exported several slide shows before with my old white Mac Book. I tried exporting slideshows with only 2 pictures, and still no luck. Any ideas? thank

  • How can I get the lib files which supported jsf?

    In one book , That introduce me to get the lib files from a jsf folder ,after you install the jwsdk1.3 ,now ,I installed the 1.5,but I cann't find this jsf folder.where I can get these lib files ? Thanks very much.

  • Design advice for custom painting

    Hi, Can someone give me some high-level design advice on designing a JPanel subclass for custom painting? My panel class is becoming very complex, with lots of drawing and scaling methods, so I'm wondering if I could abstract away some of these graph

  • User defined variables transfer data

    Hello I am using the etherCAT 9144 chassis and this hardware supports only target scoped FIFO. After a search, I realized that the only way to transfer data from FPGA to Host is by using User defined variables. But these variables do not support FIFO

  • Combining boost and bury with dgidx sort parameters

    I have setup productprice as dgidx sort parameter so as to show the product listing from lowest to highest. But, when I try to boost some record to the top, the record shows up at the first but the order thereafter is random. I want the boosted recor