Refreshing Webpage increments View Count

With the new forum upgrades that shows view counts for a post, it's now very evident that every time I reload a webpage the view count is incremented. Can this be fixed to where view count is only incremented for unique visitors, or at least once client-side cookies are deleted, or once server-side session expires, or once a certain amount of time has elapsed since last viewed, or something?
a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

Previously, View Count was not incremented based on just a page refresh. Or maybe, it was just not incremented if the author views his own posts. (I could be mistaken on both counts).
I use View Count/Kudos as a metric for how "good" an Idea is on the Idea Exchange is. One that has high Kudos/Views indicates that when people read the Idea, they like it. A low ratio indicates it's a "bad" or unpopular Idea. Even though it's not the most Kudoed Idea, if memory serves I was surprised to learn my most popular Idea in terms of Kudos/Views is Support Unicode, which is wildly more powerful than my highest-Kudoed-yet-flaky-Idea, Allow Distribute Tool to Work on Wires.
When you look at the Idea Exchange in terms of Kudos/Views, you get an interesting perspective and it's clear that more of the powerful Ideas float to the top. When you sort by Kudos alone, and I'll be quite frank here, you're getting a higher concentration of fancy-but-not-very-powerful Ideas at the top.
Ideally, I would rather the "View Count" metric be "Unique Viewers" rather than be incremented each time a page is refreshed. This is a personal opinion, but I think objectively it's a more indicative statistic for anyone paying attention to View Count.
a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

Similar Messages

  • View count AND thread update bug?

    It's the end of the year, so that might be the reason of this oddity, but here is my problem:
    I just posted a comment to this thread and returned to my profile page to just realize that somebody had already posted a comment. I went back to the thread and did not find anyhting new, so I went back to my profile...just to discover that a new post had just been added to the thread (and the view count had been incremented).
    Long story made short, at each iteration of this procedure, the view count goes up by 1 and the thread keep appearing as updated, when it is not. I tried that on Chrome and IE8, same thing.
    The interesting thing is that this does not happen for another thread (I just posted in this one too and repeated the above sequence and did not see the thread update bug happen, however, the view count increases each time I go back to the thread).
    To me the thread activity being stuck IS a bug. The view count being incremented each time the original poster displays the thread is debatable. I guess strictly speaking it is the correct behavior and what would be an intersting additional information would be the number of VIEWERS...

    Hmm, I think I understood what is happening: for some reason, I must have failed to read ALL the posts in those threads (very likely in the case of the first one I mentioned, as it is 10 pages long, but I was under the impression I had followed the second one quite closely). I can only see that if I click on the "View All" link at the bottom of the panel showing my recent posts:
    Then the list that shows up indicates the number of NEW posts. This is a misnomer in the sense that generally those posts can be be anterior to the one you posted, so there are not "new" rather just "unread". I may be mistaken, but in the case of the second thread I mentioned, I think that what I may have not checked out AGAIN is the response that was labeled as "answer" by the original poster (but I thought I did though). It is only when I went through all pages (without reading anything, of course) that the thread lost its "highlighted" status.
    Anyhow, here it the suggestions I would have:
    - introduce a new "unread" post column (in addition to the "new" one).
    - offer an option to "mark thread/topic as read" (so that you don't have to go through 20+ pages of a thread to deactivate it)
    Sorry for the misunderstanding.

  • How can I manually refresh a Materialized View

    Hi,
    There's a materialized view created in 2006 as under:
    CREATE MATERIALIZED VIEW "schema"."mv_name"
    USING INDEX
    REFRESH FAST ON DEMAND
    WITH PRIMARY KEY USING DEFAULT LOCAL ROLLBACK SEGMENT
    DISABLE QUERY REWRITE AS SELECT * FROM "table_name@dblink;
    The problem is that the last refresh was done in Aug. I want to manually refresh this materialized view right now as there is a procedure based on this MV and its not showing the right data as the above materialized view has not been refreshed, so the data for this month is not showing.
    Please let me know how I can refresh that MV right now.
    Also do I need to change the refresh option. How can I change it so that the MV refreshes itself every second.
    Thanks

    Also do I need to change the refresh option. How can
    I change it so that the MV refreshes itself every
    second. Every second? Why do you want to do that?? Perhaps waht you really want is refresh the MV on commit.

  • Fast refresh of materialized view

    Hi All,
    This is my first posting on this forum, so I hope I don't step on anyone's toes as I wade into a problem that I am experiencing.
    I have a number of either join-only or single table aggregate materialized views that I have experienced problems with. All the views are setup for FAST REFRESH ON DEMAND but I'm hitting an error if I execute a COMPLETE refresh of the view when I've done an ALTER SESSION ENABLE PARALLEL DML. The error I get is:
    ERROR at line 1:
    ORA-30439: refresh of 'DTKTGT.CTNS_PER_HR_VOL_AGG_MV' failed because of ORA-32320: REFRESH FAST of "DTKTGT"."CTNS_PER_HR_VOL_AGG_MV" unsupported after cointainer table PMOPs
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 814
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 872
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 852
    ORA-06512: at "DTKTGT.MV_REFRESH", line 21
    ORA-06512: at line 2
    Any help anyone could provide would be greatly appreciated as every now and then, a COMPLETE refresh is unavoidable and using the ENABLE PARALLEL DML makes the refresh run a lot faster than without the ALTER SESSION.
    Gary

    This forum only is for questions relating to the use of OLAP Option. I would post your question on the database forum.
    Keith Laker
    Oracle Data Warehouse Product Management
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Fast refresh of "materialized view with joins only"

    Hi,
    My Requirement:
    I need to create a materialized view joining two tables.
    Table1 -> Does not have primary key
    Table2 -> Has a primary key
    I need to refesh the mat view only when DML commands are done on Table1 alone.
    And it will be better if i have a Refresh on commit rather on demand.
    The following code is what i used and it dint work for me:
    CREATE MATERIALIZED VIEW LOG ON Table1 WITH ROWID;
    CREATE MATERIALIZED VIEW LOG ON Table2;
    CREATE MATERIALIZED VIEW AAYT_ETF
    REFRESH FORCE ON COMMIT
    ENABLE QUERY REWRITE
    AS
    SELECT A.rowid "table1_rowid", A.ACCTNUM, A.CORR_NUM, A.OFC_NUM, A.RR_NUM, A.BUY_SELL_CDE, A.ACT_AMT, A.CSP_SYM, A.SECR_DESC, A.ACT_QTY
    FROM Table1 A, Table2 G WHERE
    A.CSP_NUM = G.CSP_NUM AND
    G.ASST_SUB_STYP = 'ETF';
    Issue Faced: In this case the refresh happends even while i do DML on Table2.
    But i need the refresh only when i do DML on Table1. I also unable to create Refresh Fast Mat view.
    Can anyone please tell me how to create the Materialized view Log and the Materialized view. Thanks in advance.

    This forum only is for questions relating to the use of OLAP Option. I would post your question on the database forum.
    Keith Laker
    Oracle Data Warehouse Product Management
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • Fast Refresh Nested Materialized View problem in ORACLE 9i 9.2.0.7

    Hello
    My problem is in creating fast refresh nested materialized view in oracle 9i
    In below is an example of my problem
    ( I need to say when I run this example in Oracle 11g all things is OK )
    create table ali.alitest1(id number primary key,n1 number,n2 number);
    create table ali.alitest2(id number primary key,n3 number);
    CREATE MATERIALIZED VIEW LOG ON ali.alitest1 WITH ROWID,PRIMARY KEY ,SEQUENCE
    (n1,n2)
    INCLUDING NEW VALUES;
    CREATE MATERIALIZED VIEW LOG ON ali.alitest2 WITH ROWID,PRIMARY KEY ,SEQUENCE
    (n3)
    INCLUDING NEW VALUES;
    CREATE MATERIALIZED VIEW ali.alitest1_mv
    REFRESH WITH PRIMARY KEY FAST
    AS
    select id,n1 from ali.alitest1;
    CREATE MATERIALIZED VIEW LOG ON ali.alitest1_mv WITH ROWID,PRIMARY KEY ,SEQUENCE
    (n1)
    INCLUDING NEW VALUES;
    CREATE MATERIALIZED VIEW ali.alitest2_mv
    REFRESH WITH PRIMARY KEY FAST
    AS
    select t1.id,t1.n1,t2.n3,t1.rowid "t1_rowid",t2.rowid "t2_rowid" from ali.alitest1_mv t1,ali.alitest2 t2 where t1.id=t2.id;
    SQL Error: ORA-12053: this is not a valid nested materialized view
    12053. 00000 - "this is not a valid nested materialized view"
    *Cause:    The list of objects in the FROM clause of the definition of this
    materialized view had some dependencies upon each other.
    *Action:   Refer to the documentation to see which types of nesting are valid.
    do you know what is problem ?
    thanks

    Take look for this link :
    http://rwijk.blogspot.com/2009/08/fast-refreshable-materialized-view.html

  • I can not see my waves and i cant refresh the over view

    why can i not see my waves it happend out of no where and right now im stuck it came back for a seconed when i refreshed my over views but it wont let me afgain

    One possibility:
    In Logic's  Preferences/Audio/Devices..
    Make sure "Recording Delay" is set to zero.
    If it's not set to zero why was it changed?

  • Is it able to refresh the table view automaticlly after trigger an event?

    Hi expert,
    I have one table view and a "Delete" button, each time when the user click the del button, it will delete the row which is selected via a RFC module in the backend, afterwards, I want this table view to be refreshed and read the real data from backend via another function module, is it possible? how could I do it?
    Thanks and best regards

    Let me do some summarize if my understanding is correct
    1. Use a timer as "start" point of a table view, set the "interval" to be 0.05 minute
    2. use the condition in the timer with a formula (BOOL(STORE@RETURN_CODE==0)).
    3. If I trigger one event in the "table view", for example, a "Delete" event and it will return the result RETURN_CODE = 0 to datastore
    4. Afterwards, if the time interval of the timer has been reached, 1st it will evaluate the value of the datastore and decide whether to refresh the table view.
    Am I right?
    Just as you mentioned before, it is not a perfect solution, as we may still wait for the timer to be triggered after a few seconds.
    Thanks for your answer.

  • Error message when I insert a div tag: Couldn't commit the changes made in Live View. Refresh the Live View and try editing again.

    According to a web and support forum search, myself and another person, Chloe in the Dreamweaver Club forum, have ever reported this. Trying to follow along a Lynda.com tutorial, and the instructor isn't getting this error. Can't imagine why it's happening. I'd be very grateful for any help. I'm also getting an error dialog message:
    DIALOG BOX:
    While executing onClick in InsertFGDiv.htm, the following JavaScript error(s) occurred:
    At line 687 of file "Macintosh HD:Applications:Adobe Dreamweaver CC 2014.1:Configuration:Commands:InsertFGElement.js": The object is not currently contained in a document.
    This appears at the top of the screen:
    Couldn't commit the changes made in Live View. Refresh the Live View and try editing again.  [Refresh doesn't do anything.]

    Try the suggestions here -
    Index to Dreamweaver FAQ
    The solution for Javascript errors is likely the one.

  • Photoshop CS4 will not refresh or update view

    Hello,
    My Photoshop CS4 will not update / refresh the viewport after any change to the layers or settings. The view will only refresh if the view is changed, such as the hand or zoom tool. This makes Photoshop nearly usesless. Did some looking around the net and have seen a few responses to situations similar to this but none of them are regarding a Mac. This is my work computer so you can understand my frustration.
    Hardware Overview:
      Model Name:    Mac Pro
      Model Identifier:    MacPro4,1
      Processor Name:    Quad-Core Intel Xeon
      Processor Speed:    2.66 GHz
      Number Of Processors:    1
      Total Number Of Cores:    4
      Memory:    6 GB
    NVIDIA GeForce GT 120:
      Chipset Model:    NVIDIA GeForce GT 120
      VRAM (Total):    512 MB
      Vendor:    NVIDIA (0x10de)
    LED Cinema Display:
      Resolution:    1920 x 1200
      Depth:    32-Bit Color
      Core Image:    Hardware Accelerated
      Main Display:    Yes
      Mirror:    Off
      Online:    Yes
      Quartz Extreme:    Supported
      Rotation:    Supported
      Connection Type:    DisplayPort
    Any ideas on how I can solve this would be greatly appreciated, I need to use PS on a daily basis here and this is killing me to be unable to use it.
    Thanks,
    Isaac
    Designer at The University of Texas at Dallas

    DesignbyIsaac wrote:
    NVIDIA GeForce GT 120:
      Chipset Model:    NVIDIA GeForce GT 120
      VRAM (Total):    512 MB
      Vendor:    NVIDIA (0x10de)
    I do not see that card in the list of supported cards:
    http://kb2.adobe.com/cps/405/kb405711.html
    Mac OS graphics display cards We tested the below cards on Mac OS 10.5.4 and 10.4.11.
    The following cards were tested only on Mac OS 10.5.4: 8800GT, iMac 8800 GS, and 8600M.
          MACTEL iMac 8800 GS 512 MB
          MACTEL 8800 GT 512 MB
          MACTEL Radeon x1900 512MB
          MACTEL nVidia Quadrofx 4500 512MB
          MACTEL nVidia 8600M 256MB
          PPC nVidia 7800 256MB
          MACTEL ATI HD 2600 MAC 256MB
          17" MACTEL iMac x1600 128MB
          Macbook Air intel GMA X3100
    Note: Due to technical issues we enable OpenGL for the 7300GT, but we had to disable Advanced Drawing and 3D Acceleration.

  • XSLT: how to increment a counter

    How do I increment a counter defined in XSLT?
    i.e
    <xsl:variable name="counter"/> //global var?
    <xsl:for-each select="....">
    <!--How do I assign $counter+1 to the variable counter defined above??? -->
    <xsl:assign???? name="counter">
    <xsl:value-of select="$counter+1"/>
    </xsl:assign> //?????
    </xsl:for-each>
    <!-- expect a result of total $counter here-->

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by hsiuhsien:
    How do I increment a counter defined in XSLT?
    i.e
    <xsl:variable name="counter"/> //global var?
    <xsl:for-each select="....">
    <!--How do I assign $counter+1 to the variable counter defined above??? -->
    <xsl:assign???? name="counter">
    <xsl:value-of select="$counter+1"/>
    </xsl:assign> //?????
    </xsl:for-each>
    <!-- expect a result of total $counter here--><HR></BLOCKQUOTE>
    http://technet.oracle.com:89/ubb/Forum11/HTML/005426.html
    Malik Graves-Pryor

  • List of tables count and Views count in schema wise

    Hi All,
    I want to get all tables count and views count in Schema wise, What is the query for that?
    Thanks in Advance.

    SELECT COUNT(*) FROM sys.tables t join sys.schemas s
    on s.schema_id=t.schema_id
    SELECT COUNT(*) FROM sys.views t join sys.schemas s
    on s.schema_id=t.schema_id
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Boolean to increment a counter

    I want a VI that would increment a counter every time a boolean gives a true value. In other words, every time a switch is pressed, the counter should increment to the next whole number and so on.
    Solved!
    Go to Solution.

     set mechanical action of your button to switch until release, if you want yor increment is every click is increment by 1
    Thank you & Best regards
    syrpimp
    =======================================================
    “You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
    Attachments:
    Counter.vi ‏14 KB

  • Popular Item Webpart is showing view count as 0

    Hi,
    I have created a fresh site colllection and created few list/library with data.  than configured popular item web part.
    I have also set  ReceRecentPopularityTimefram to 1 day.
    This webpart is showing data but showing "Recent and Ever"(No. of View Count) as 0.
    Can anybody guide me in this? also does it require minimum hours to display view usage data?
    Thanks in Advance.
    Nilesh Jain

    you missed to read "webpart is showing data". 
    Yes, Search is configured and its running.
    i am not getting value for Ever and Recent properties.
    Nilesh Jain

  • Problem with property refresh in code view

    I am suddenly noticing a problem in CS3 (v 9.0 build 3481),
    OSX 10.4.11. In Code view (NOT Split view), any change to the code
    causes the property inspector to display the message "You have made
    changes to the code. To edit selection properties click refresh or
    press F5".
    It is my understanding that this feature is intended to
    refresh the Design view when working in Split mode. I have not used
    DW much in the last few weeks, but I never recall having this come
    up before, and I work in code view quite a bit. Also, possibly
    related, the tag selector strip at the bottom goes blank at the
    same time the message appears in the property inspector.
    This will be a significant impediment if it continues. Am I
    crazy and it's always been this way, or is there a bug or setting
    that I've inadvertently changed? I understand why refreshing is
    necessary in Split view but I cannot see what purpose this could
    possibly serve in Code view.
    Ted

    quote:
    Originally posted by:
    Tedly61Am I crazy and it's always been this way, or is
    there a bug or setting that I've inadvertently changed? I
    understand why refreshing is necessary in Split view but I cannot
    see what purpose this could possibly serve in Code view.
    This is how it's always been for me with both DW 8 and DW CS3
    for Windows. Can't say with regard to the Mac versions.

Maybe you are looking for

  • Jdb fails to connect to running java application over sockets

    I'm trying to use jdb to connect to a running instance of a java program. If I use dt_shmem: java -agentlib:jdwp=transport=dt_shmem,address=shmem,server=y,suspend=n JDBTest jdb -attach shmemSet uncaught java.lang.Throwable Set deferred uncaught java.

  • How to create custom dictionaries in Adobe Reader

    I am trying to create a custom dictionary and use it in Adobe Reader. I found some information in a blog about the custom dictionary that is created and stored in the following location "C:\Users\PIN\AppData\Roaming\Adobe\Linguistics\Dictionaries\Ado

  • How do I change these unrecognizable...

    ...fonts to ones I can actually read? I purchased a USB Floppy Disk Drive in an attempt to move information from a 1.44 mb floppy disk dated back in November of 2009. This information is very important to me which is why I originally put it on this d

  • Union all-distinct and remove duplicates from nested table?

    Hi all, I need a select that will bulk collect some data in my nested table. I have two tables from which I need to select all the accounts only once.(remove duplicates). Tried to search on the forum...but no luck. I have a table with one column: cre

  • Setting to see T code in status

    Hi Is their any setting to see T code in System-Status for IMG ? As many times I see that staus shows only SPRO T code even if IMG Activity key in display key under Additional Data shows T code ( last 4 digits) in SPRO.