Attribute date

The Sub statement seems odd...
"Essbase supports attributes date of January 1, 1970 through January 1, 2038"
Why is this so, and what happens after that... I do not know that they will increase the dates in future versions...

Blame a 32-bit signed integer for the date: http://en.wikipedia.org/wiki/Year_2038_problem

We hope that Oracle will fix this problem before 2038. In addition, this Essbase will always be around-he should send his children to College at this age (46). :)

Kind regards

Cameron Lackpour

Tags: Business Intelligence

Similar Questions

  • How to manage the attribute date, passing the parameter from one page to another

    Hi friends,

    I want to spend attribute data from one page to another page-

    I'm passing as below, in the log window jdev I get error below.
    String StatusUpdateDate = row.getAttribute ("StatusUpdateDate");
    params.put ("StatusUpdateDate", StatusUpdateDate)
    Error (121.50): incompatible types. found: java.lang.Object, required: java.lang.String


    Suppose that I'm passing as below, while moving from one page to the other, I am getting error in the application below
    String StatusUpdateDate = row.getAttribute("StatusUpdateDate").toString)
    Date of update of State - Houston-25009: failed to create an object of type: oracle.jbo.domain.Date with value: 26-MAR-2009

    Please you can suggest me how to handle this error.


    Thank you and best regards,
    Vandenplas

    Hello

    Vandenplas

    you're right, this method is to launch error, which is why I got, bcz timstamp is also not implmenting Serializable interface, is there he throwing error at run time

    u just go this way

    another page of request-Destination page Controller-Process-

    Add a new line below the following line

    DATE StatusUpdateDate = (DATE) pageContext.getTransactionTransientValue ("StatusUpdateDate");

    String stringStatusUpdateDate = StatusUpdateDate.toString ();

    and also in your AM CODE

    change your method like this

    public void testselection (String Name, String Email, String product, the string, String StatusUpdateDate)

    hope this will solve the problem

    thanx

    Pratap

  • Attribute date causing RowInconsistentException: Houston-25014

    Hello.

    Looks like that I managed to find random RowInconsistentException happening in my simple application after creating a line and try to change it later.

    Thanks to this blog: http://huysmansitt.blogspot.ch/2013/05/adf-bc-jbo-25014-another-user-has.html

    That's what I found in the debug mode on commit:

    < oracle.adf.model > < OracleSQLBuilderImpl > < doEntitySelectForAltKey > < [3344] enforcement of LOCKING... SELECT... WHERE ID_APP_USER =: 1 FOR UPDATE NOWAIT >

    < oracle.adf.model > < OracleSQLBuilderImpl > < bindWhereAttrValue > < [3345] where the param 1:1030 link >

    < oracle.adf.model > < EntityImpl > < compare > < [3346] entity compare failed for the DStart attribute >

    < oracle.adf.model > < EntityImpl > < compare > < [3347] original value: 19-08-2014 19:09:13.144 >

    < oracle.adf.model > < EntityImpl > < compare > < target value [3348]: 2014-08-19 19:09:13.0 >

    ...

    < oracle.adf.model > < DCBindingContainer > < reportException > < oracle.jbo.RowInconsistentException [3361]: Houston-25014: another user has modified the line containing oracle.jbo.Key [1030 primary key].

    DStart is attribute timestamp in my entity with the default adf.currentDateTime.

    Now please correct me if I'm wrong: adf.currentDateTime value contains milliseconds and stores it in the feature cache, but format the DATE attribute database does not accept the milliseconds and stores 0 instead of the value real miliseconds - resulting in failure in comparison as feature cache is sure that milliseconds = 144.

    I am the only user and PL triggers should not do anything in this case.

    If I'm wrong, what would be the right solution for this? Define the format of the attribute of "YYYY-MM-DD hh24:mi:ss"? Set refresh on insert on this attribute? Or someone else?

    Thank you.

    12.1.3 ADF

    UPD:

    > Set the format of the attribute of "YYYY-MM-DD hh24:mi:ss"?

    Tried, but failed. Why is it always stores milliseconds while it is not in the format?

    > Set the Refresh on insert on this attribute?

    Works. Is this the best solution?

    I ve got the same error in my application. In my case I have came up with a simple solution. I just changed the attribute type in the entity of the Timestamp of the.

  • indication of UI view object attribute Date AM PM

    I have a transient VO that has an attribute of type of date that has populated the value programmatically.
    I need to display the time in the format dd-MMM-yyyy hh: mm AM / PM.
    Using VO attribute UI Hinst, type of Format = Simple Date and Format: dd-MMM-yyyy hh: mm, I could achieve this in part.
    but I need display AM / PM as well.
    How can I get that in 11 1 1 5 jdev?

    Hello

    Have you tried this [DD-MMM-yyyy hh: mm a] format?

    Thank you
    Prateek

  • XML data. Extraction of elements and attributes using Xpath or another?

    Hi experts,
    With the help of Oracle 11 g.
    I have an XML table that stores XML in a column (xml_col) like the structure below.
    Example:
    <measure id="abc">
      <data-elements>
        <data-element id="ab">
          <value>40</value>
        </data-element>
        <data-element id="cd">
          <value>8</value>
        </data-element>
        <data-element id="ef">
          <value>38</value>
        </data-element>
        <data-element id="gh">
          <value>32</value>
        </data-element>
      </data-elements>
    </measure>
    I tried constantly to run XPath queries on this column to get the node < element > attribute data and the value of the < value > node in.

    My goal is to turn this into a table of:

    AB | 40
    CD | 8
    EF | 38
    GH | 32


    My mind is stuck on him doing this below and dressing with a CSV file to query hierarchical lines. I can't convert xmltype in chain to do this work so.
    select str1,str2 from (
    select extract(xml_col, 'string-join(//@id, '','')') str1
    ,extract(xml_col, 'string-join(//value, '','')') str2
    from xml_temp_table)
    CONNECT BY LEVEL <= LENGTH (REGEXP_REPLACE (str1, '[^,]+')) + 1;
    But I get the following error:

    ORA-31011: XML parsing failed
    ORA-19202: an error has occurred in the processing of XML
    LPX-00607: Invalid Reference: "string-join".

    I am looking for a solution not PL.

    Any suggestion is appreciated.
    Thank you

    Published by: chris001 on February 26, 2013 12:06

    Published by: chris001 on February 26, 2013 12:07

    chris001 wrote:
    My mind is stuck on him doing this below and dressing with a CSV file to query hierarchical lines. I can't convert xmltype in chain to do this work so.

    Oh boy!

    This should relieve your pain ;)

    SQL> select x.*
      2  from xml_temp_table t
      3     , xmltable(
      4         '/measure/data-elements/data-element'
      5         passing t.xml_col
      6         columns element_id  varchar2(10) path '@id'
      7               , element_val number       path 'value'
      8       ) x ;
    
    ELEMENT_ID ELEMENT_VAL
    ---------- -----------
    ab                  40
    cd                   8
    ef                  38
    gh                  32
     
    
  • So congratulations. Your last update (19) beat Jquery selectors of dates on Web sites all over the world

    Millions of Web sites that do not call Jquery datepickers in fields of seizure with an attribute date no solitary work today for users who are viewing these sites with 19 FF. First jumps of Chrome date from the municipality and now Firefox. I guess that the rest of the browser will not want to be left for some great idea on the horizon which is the root cause of all this, but it's serious. MILLIONS of Web sites no longer work, and webmasters are scrambling to find solutions. All that was expected by all that you people of browser for entry with a date attribute fields, won't happen because you have forced people to call the dates by any other method selectors. This means that entry with a date attribute fields will disappear.

    Thanks a lot guys!

    For me at least, the question is now irrelevant. Apparently the built-in popup date picker that any serious web developers will not want, is here to stay.

    The only option now is to remove the type = "date" attribute of input fields where you want to call a date picker custom. Instead, you must define the field type = "text" and call the datePicker custom for fields with a specific class name.

  • How to display a value of transitional attribute to column db entity column?

    Mr President

    Help me at the time 12.2.1 jdev.

    How to display a value of transitional attribute to column db entity column?

    I have the requirement to indicate a value of transitional attribute column in the column db entity for some reason any.

    Any body can help as my show in the picture below

    The StAmt is a transitional column and a column db of the entity.

    tworows.png

    Any body can help please. !

    Concerning

    This means that the amount to be the attribute will always has the same value of the transient attribute? If so, why do you want the amount attribute the transient attribute is sufficient?

    Anyway, if you want to get attribute data in attribute transitional amounts you can open class ViewRowImpl and appearing in the getter or amount, you can get the value in the transitional as attribute:

      public Number getAmount()
      {
        return getTransientAttribute();
        //return (Number) getAttributeInternal(AMOUNT);
      }
    

    in this case, the quantity data store database will not appear on the table it will still get the transitional attribute data and it's meaningless.

  • Retrieve data from GenericType

    Hello

    I jdev 12.1.3, I use the following code in the java class to run the web service data and get the data, copy the following code return result to the parameter result GenericType object, I show the result in the form of attributes data and web service successful, now I need to get this information and but he parameter string, how do I do this?

            GenericType result = null;
            try
            {
                result = (GenericType) AdfmfJavaUtilities.invokeDataControlMethod("SOA_ProcessAfterLogin", null, "process", pnames, params, ptypes);
    
            }catch(AdfInvocationException ex) {
                   // If the web service is not available throw a nice exception
                    if(AdfInvocationException.CATEGORY_WEBSERVICE.compareTo(ex.getErrorCategory()) == 0) {
                       throw new RuntimeException("Error with the server.  Please try later.");
                    }
            } 
    

    The link you have given, pay attention to the

  • ADF Table Filter Date columns

    Hello

    JDev 11.1.2.4

    In my EO, I have a defined attribute as Type = "oracle.jbo.domain.Timestamp" and in the database is defined as NOT NULL DATE. " I view this EO from VO and add filters. The attribute date, we decided to change the inputText instead of date filter. MinValue, because the customer does not want the little calendar.

    < f: facet = name 'filter' >

    < af:inputText value = "#{vs.filterCriteria.DtRgtBegin}" id = "id1" label = "Label 2" > "

    < af:convertDateTime pattern = "#{bindings." RgtCftDetail1.hints.DtRgtBegin.format}.

    secondaryPattern="#{pageFlowScope.conflitcDetail.secondaryDatePattern}"/ >

    < / af:inputText >

    < / f: facet >

    When the user enters 01/01/2000, newspapers will appear:

    < OracleSQLBuilderImpl > < bindParamValue > [9789] link 'vc_temp_1' param: 2000-01-01 00:00:00.0

    but returns no results while there are corresponding lines with the date 2001-01-01

    I think it is that the comparison is made on the date and time then I care just the date.

    Thank you

    Why did you use timestamp data type? A timestamp was a part of the time. Use the date in the area of occurrence and it should work.

    Timo

  • remove the Group date of

    Hello

    I created this application and I need the attribute date (StartDate) but I can't have this group by this attribute.

    Is there a way to not group by startdate?

    THK

    SELECT GSP_COMPLEX.NAME AS complex,
    GSP_COMPLEX.RECID AS RecId,
    GSP_BOOKING.STARTDATE AS BeginDate,
     COUNT(GSP_BOOKING.RECID) AS total
    FROM GSP_BOOKING, GSP_FACILITY, GSP_ROOM, GSP_COMPLEX, GSP_STAFF
    WHERE GSP_BOOKING.FACILITYID = GSP_FACILITY.RECID
    AND GSP_BOOKING.ROOMID = GSP_ROOM.RECID
     AND GSP_BOOKING.CUSTOMERID IN (SELECT recid FROM customer c WHERE (recid =:vCurrentRecID AND :search_type IN (0,1) ) OR (c.recid = (SELECT parentid FROM customer c WHERE recid=:vCurrentRecID ) 
     AND GSP_BOOKING.STAFFID = GSP_STAFF.RECID
     AND GSP_BOOKING.CPLXID  = GSP_COMPLEX.RECID
    GROUP BY GSP_COMPLEX.NAME,
    GSP_COMPLEX.RECID,
     GSP_BOOKING.STARTDATE
    ORDER BY complex ASC
    

    Thanks for your reply,

    The request was to return values to create a chart in jdeveloper and I thought using the date as a criterion.

    Instead, I used the date with the values by default, interval with-100 and + 100 years from today.

    Thank you

  • Trigger the alert based on the data in the Table

    Hello

    Need your help on how to proceed on the scenario below.

    I have a table that stores some of the newspapers that has an attribute date, name, name of the table and the count attribute to load the batch for each race counts.

    I need to compare the counts of Eve with the current day counties and trigger an alert if there is a gap in the counties (as say if there is more than 30% of the deviation of County which we set up in the parameter value)

    How can I get above, that I must write a procedure, or sent using sql.

    Please suggest.

    Thank you and best regards,

    Jessica

    If compared with the previous run using only data from yesterday and today:

    with

    run_stats as

    (select 'CDR_SCAN' job_name, systimestamp - 1 last_update_dt, 'CDR_MASTER' table_name, 1000 row_count union double all the)

    Select 'CDR_SCAN', systimestamp, 'CDR_MASTER', 700 dual Union all

    Select 'CDR_DETAIL_JB', 1-systimestamp, 'CDR_DETAIL', 2000 of all the double union

    Select 'CDR_DETAIL_JB', systimestamp, 'CDR_DETAIL', double union all 0

    Select 'CDR_DETAIL1_JB', 1-systimestamp, 'CDR_DETAIL1', 1000 Union double all the

    Select 'CDR_DETAIL1_JB', systimestamp, 'CDR_DETAIL1', double union all 800

    Select 'BILLING_JB', systimestamp-1, "BILLING", 1000 dual Union all

    Select "BILLING_JB", systimestamp, "BILLING", 600 double Union all

    Select 'CDR_DETAIL_JB1', 1-systimestamp, 'CDR_DETAIL', 2000 of all the double union

    Select 'CDR_DETAIL_JB1', systimestamp - 2/24, "CDR_DETAIL", 5000 Union double all the

    Select 'CDR_DETAIL_JB1', systimestamp - 1/24, "CDR_DETAIL", 3000 Union double all the

    Select 'CDR_DETAIL_JB1', systimestamp, 'CDR_DETAIL', 2500 double

    )

    Select job_name, last_update_dt, table_name, row_count,

    -case when row_count / lag (row_count) over (partition of the table_name, job_name arrested by last_update_dt)<>

    then more "decrease of 30%.

    When row_count / lag (row_count) over (partition of the table_name, job_name order of last_update_dt) > 1.5

    then more "increase by 50%.

    end alert

    of run_stats

    where last_update_dt > = trunc (systimestamp) - 1

    JOB_NAME LAST_UPDATE_DT TABLE_NAME ROW_COUNT ALERT
    BILLING_JB 07.04.23.000000 2 DECEMBER 14: 00:00 BILLING 1000 -
    BILLING_JB 07.04.23.240081 3 DECEMBER 14: 00:00 BILLING 600 reduction of 30% more
    CDR_DETAIL_JB 07.04.23.000000 2 DECEMBER 14: 00:00 CDR_DETAIL 2000 -
    CDR_DETAIL_JB 07.04.23.240081 3 DECEMBER 14: 00:00 CDR_DETAIL 0 reduction of 30% more
    CDR_DETAIL_JB1 07.04.23.000000 2 DECEMBER 14: 00:00 CDR_DETAIL 2000 -
    CDR_DETAIL_JB1 05.04.23.000000 3 DECEMBER 14: 00:00 CDR_DETAIL 5000 more 50% increase
    CDR_DETAIL_JB1 06.04.23.000000 3 DECEMBER 14: 00:00 CDR_DETAIL 3000 reduction of 30% more
    CDR_DETAIL_JB1 07.04.23.240081 3 DECEMBER 14: 00:00 CDR_DETAIL 2500 -
    CDR_DETAIL1_JB 07.04.23.000000 2 DECEMBER 14: 00:00 CDR_DETAIL1 1000 -
    CDR_DETAIL1_JB 07.04.23.240081 3 DECEMBER 14: 00:00 CDR_DETAIL1 800 -
    CDR_SCAN 07.04.23.000000 2 DECEMBER 14: 00:00 CDR_MASTER 1000 -
    CDR_SCAN 07.04.23.240081 3 DECEMBER 14: 00:00 CDR_MASTER 700 -

    Concerning

    Etbin

  • ATTRPARENT dimension of the text attribute to several levels of construction with a rules file

    Hello

    My first post here.

    I'm trying to create the dimension generation rule to create a dimension of the multilevel text attribute and then combine with the basic dimension.

    So far, it is difficult.

    With regard to my experience:

    -J' have a relatively basic understanding of the rules of charge both with regard to the data loads and define the updates - I find this quite confusing area and the documentation does not help that much

    -J' only started using dimensions attribute, so for me it's a new concept, but we are already quite useful in certain applications

    -J' I try to automate the process of construction of dimension attribute, and then associating attributes with the basic dimension

    I use the following documentation as a guide:

    Building size attribute and associate attributes

    http://docs.Oracle.com/CD/E12825_01/EPM.111/esb_dbag/frameset.htm?dotdimb.htm

    and / or

    Work with the attribute multi-level Dimensions

    http://docs.Oracle.com/CD/E26232_01/doc.11122/esb_dbag/frameset.htm?ch21s06s05.html

    (essentially the same source in both cases)

    The ultimate goal is to replicate one of our existing recently created attribute dimensions of a cube to another.

    I built a few versions of the required flat file and the corresponding rules file, but none worked.

    I tend to get the following validation error message:

    This field is defined as an ATTRPARENT. The following column must be a field of association attribute type.

    As I got stuck so I gave to the current actual attributes and moved on to experimenting with the sample / base cube.

    I built a flat file that is supposed to create a new dimension of text attribute named ABC with two attributes level structure:

    ABC

    A

    AA

    AB

    B

    BA

    BB

    and associate it with the dimension of the product in the following way

    200-10 AA

    200-20 AB

    200-30 BA

    200-40 BB

    The flat file looks like this:

    "AA"      "A"         "200-10"               "A"         "AA"      "200"

    "AB"      "A"         "200-20"               "A"         "AB"      "200"

    "AB"      "B"         "200-30"               "B"         "AB"      "200"

    "BB"       "B"         "200-40"               "B"         "BB"       "200"

    and the rule file has 6 matching columns with titles as follows:

    Level0, LEVEL1 ABC, ABC Level0, product ATTRPARENT0, ABC ABC0, LEVEL1 product, product

    all agree with what the documentation says.

    The first 2 columns are intended to define and create the dimension of the attribute, while the 4 next make association...

    I couldn't the above rules file to validate.

    The same validation error message appeared as previously:

    This field is defined as an ATTRPARENT. The following column must be a field of association attribute type.

    However when I tried to actually update the outline of the mistakes of dimbuild.err file has been created which gives some additional clues:

    \\ATTRPARENT column 4 must precede a numeric or datetime column attribute association

    Now... Finally the interesting part...

    Back to the documentation...

    I don't mind if the size of the attribute is generated and then those associated with step or in two separate steps.

    I try to do both tasks in one step only because that's what the documentation seems to suggest attributes at several levels.

    First of all I read:

    Note:

    If you work with a multilevel dimension attribute or with a dimension of the attribute of the digital type, Boolean, or date, the rules file requires an additional field. See working with Dimensions of the multilevel attribute.

    Yes, I work with a dimension of the multilevel attribute so the above statement applies (I guess) and so I'm going to see what works with several levels attribute Dimensions has to say.

    Then, I read:

    When an attribute is part of a digital multi-level, Boolean, or dimension attribute date, the source data must include columns for all generations or the size of the attribute levels.

    Fair enough... so I do what they say... my attribute dimension is at several levels, so I can assume that the statement above applies...

    So, I build my rule in accordance with the guidelines above.

    And then, as we have already mentioned, I get the error message about ATTRPARENT and when I read, it turns out that ATTRBPAREN cannot be used for numeric or date attribute dimensions !

    I'm totally confused at this point.

    What about the attribute text multi-level dimensions ?

    They are several levels but they are NOT numeric or date those!

    The documentation does not seem to tell what to do in this case...

    Anyone build something like that?

    What is the thing that I'm missing?

    What about

    I'm glad that you got to work. I tested and that is to create the dimension attribute and associate it with the rule of the load.

    You could ignore the construction size manually. Remove the attribute dimension. The rule1 go for the Dimension settings under the definition of Dimension tab. Then right-click on the product and change the properties. On the attribute tab, add 'Test' or whatever you want to call the attribute, and assign the text type. He adds the attribute and associate it with the basic dimension when it create the hierarchy. Note that the rules could actually be reversed where you create members of level 0 and then more later to create the hierarchy.  Of course you must pass the size of the attribute association to the other rule

  • Filters - update of attributes that are not "inspired" Flex

    Hello

    I built a flex filter to generate alternative image formats. It works as expected, as long as I put new rendered image via the method IFilterableAssetInstance.addDerivedDataValue () attribute data.

    I wanted to do something smart with the filter, such as the conservation of the quality of the image and no do not recreate whenever assets are recorded, and allowing a user to replace it with their own personal interpretation.

    What I see in the Oracle documentation, the reach of Flex filters are extremely limited and do not allow for such actions. You can only use them to set the attributes derived, which are strictly read-only for the users.

    Is it possible to do the following:

    • Set a value attribute not derived through a Flex filter that is one that is part of the definition of assets
    • Inspect the value of existing derived attribute value via a Flex filter.

    Thank you

    -Tom

    Hello tmarchant,

    On the first question, I must say that, as far as I know is impossible, the only way is that you create a custom attribute editor and if you are able to define its attributes as you want in order to change them.

    For the second question try in your code in the following example taken from the Oracle documentation and find the link below for more information on using the API of the asset:

    Session ses = SessionFactory.getSession();
    AssetDataManager mgr =(AssetDataManager) ses.getManager( AssetDataManager.class.getName() );
    Query q = new SimpleQuery("Content_C", "FSII Article", null, Collections.singletonList("FSIIHeadline") );
    for( AssetData data : mgr.read( q ) )
    {
    out.println( data.getAttributeData("FSIIHeadline").getData() );
    }
    

    Asset API Tutorial - 11g Release 1 (11.1.1.8.0)

    Kind regards

    Enrique

  • Date rule

    I would like to create a rule where a date attribute cannot precede another attribute date 30 days otherwise it won't.

    For example: I have two attributes 'date', 'delivery date' and the 'sample date"... the person meets the requirements if the date of the sample above not more than 30 days before the shipping date.

    How I wrote this in OPA?

    Thank you!

    Heather

    Hi Heather,

    Almost everything you want to do with dates can be done with one of (or often a combination of) date functions: Oracle Policy Modeling User Guide

    For your particular scenario, there are a couple of ways to do it. Here are a few ideas...

    You could use 'AddDays' function to find the date 30 days prior to shipping date and compare the sample that date:

    the sample meets the requirements of date if

    .. .the date sample > = AddDays (date of shipment,-30)

    Or you could use one of the DayDifference functions to count the number of days between the date of the sample and the shipping date and compare that to 30:

    the sample meets the requirements of date if

    ..... DayDifference (the date of the sample, the shipping date)<=>

    And don't forget that you can add intermediate attributes so that the record of decision is clearer and more informative, for example something like that will probably give a much more informative than the above examples decision report.

    the sample meets the requirements of date if

    .. the number of days between the date of the sample and the shipping date<= the="" maximum="" number="" of="" allowable="" days="" between="" the="" sample="" date="" and="" the="" shipping="">


    the number of days between the date of the sample and the shipping date = DayDifference (the date of the sample, the shipping date)


    the maximum number of days allowed between the date of the sample and the shipping date = 30

    (Note: I just write these on the top of my head without trials, so I may have missed something, so of course test by yourself.) I'm really just give some ideas here).

    See you soon,.

    Jasmine


  • Added a Zoom Plugin jQuery and needing help to add attributes to the evolution of the poplet images.

    Hey BC community, I looking for a little help with some jQuery / javascript. Overall, I have a plugin to zoom like forcing me to add a data attribute to the image I want to add the zoom effect on. This isn't a problem, but I poplet images that I've adjusted to fill again the big picture. html() rather than the default light box.  The Zoom plugin I use requires a data attribute to be added to all the images I want to have the ability to zoom attached to. I wrote jQuery that adds the attribute data on the original image which is to fill the big image container, but whenever I change the following poplet image, I lose the zoom effect. I hope that makes sense... lol I'm still a javascript / jquery newby.

    Here is the work currently underway. Figure which may help understand the situation better. Here is the site

    I just want to add zoom to any poplet effect is enabled by adding the attribute data and the new file extension required for the expansion of the resolution. Again, please excuse the bad jQuery / javascript, I'm still learning!

    Here's my jQuery / Javascript.

    New features of Poplet

    /*===================================================*/

    function poplet (e) {}

    e.preventDefault ();

    var imgURL = $(this) .attr ('href');

    $('#largeimage').html ("< img src ="' + imgURL + ' "> '");

    }

    /*=======================================

    MAGNIFY

    =======================================*/

    $(document) .ready (function () {}

    var addedAttr = "data-magnify-src";

    var addedExtension = '-large.jpg ";

    var originalExtension is $('.productLarge #largeimage > img') .attr ('src').slice(0,-4);.

    var combinedExtension = originalExtension + addedExtension;

    $('.productLarge_#largeimage_>_img').attr (addedAttr, combinedExtension);

    });

    $(function() {})

    Poplets

    $('.productPopletsItem_a').removeAttr ('onclick release);

    $('body').on (' click on ', '.productPopletsItem a', poplet);

    });

    Yes I fixed it, got help from some other forums. Thank you!

Maybe you are looking for

  • Combine the two projects into one

    I know it is a very popular question and I read many answers excellent previous answers.  The two most popular procedures seem to be simple copy - paste and use clips of compounds with copy / paste.  CPF has improved this process over the years and I

  • HP 15 af-103ax: need drivers for my computer hp laptop

    I bought hp 15 af-103ax laptop computer. and now, I have installed windows 7 replacement to win 10, but the problem is that I can't find the drivers for windows 7 (wifi, graphics, bluetooth, webcam, etc.) Please solve my problem

  • Upgrade memory of 2800 satellite

    HelloI have a satellite 2800 series model PS280L FQQL3CSS. When I bought this machine the PIII 700 Mhz, 128 MB of RAM seemed a lot, but now Windows 2000 Prof, the machine really creeps! I tried to find an expansion of 256 MB but the last 2 I got, a t

  • How to initialize a session of calibration of the NI9215 module

    Hi all I'm trying to make adjustments to one similar to the Digital module (NI9215), I found the calibration is out of specification. I downloaded the calibration for the NI 9215 on NOR-Daqmx platform procedure and followed the instructions. The prob

  • Alignment of label and SimpleTextField

    Hi all Is there a built-in method to align all labels and values as the ObjectList control done automatically on 4.6? In other words, the label is left justified, but the field is right justified.  I find that given the difference between the field a