View More Pop up using jquery

Hi,
In our requirement, there would be hyperlink ‘View More’ on all the cells of the row.
After clicking ‘View more’ hyperlink data needs to be displayed.
We are able to achieve this by using the below method.
Private void methodname(DataTable dt,HtmlGenericControl divid)
StringWriter sw = new StringWriter();
HtmlTextWriter htw = new
HtmlTextWriter();
Int totalRowCnt = dt.Rows.Count;
#write javascript to page
#region write javascript to page
            htw.Write("<script type=\"text/javascript\">\n");
            htw.Write("$(document).ready(function()\n");
            htw.Write("{\n");
for (int k = 0; k < totalRowCnt; k++)
                htw.Write(string.Format("$(\"#viewmore{1}{0}\").click(function()\n",
k, divid.ClientID));
                htw.Write("{\n");
                htw.Write(string.Format("$(\"#viewmore_det{1}{0}\").toggle(500);\n",
k, divid.ClientID));
                htw.Write("});\n");
            htw.Write("});\n");
            htw.Write("</script>\n");
            #endregion
Now there is requirement change here i.e. after clicking ‘View More’ hyperlink on the next cell of the same row. The pop up of ‘View More hyperlink’ of the first cell should be hidden. PFA file for better understanding.
For this I have written the code as below but it is not working.
Please let me know if I am making any mistake
Private void methodname(DataTable dt,HtmlGenericControl divid)
StringWriter sw = new StringWriter();
HtmlTextWriter htw = new
HtmlTextWriter();
Int totalRowCnt = dt.Rows.Count;
#write javascript to page
#region write javascript to page
            htw.Write("<script type=\"text/javascript\">\n");
            htw.Write("$(document).ready(function()\n");
            htw.Write("{\n");
for (int k = 0; k < totalRowCnt; k++)
                htw.Write(string.Format("$(\"#viewmore{1}{0}\").click(function()\n",
k, divid.ClientID));
                htw.Write("{\n");
                htw.Write(string.Format("$(\"#viewmore_det{1}{0}\").toggle(500);\n",
k, divid.ClientID));
htw.Write(string.Format("$(\"#viewmore_det{1}{0}\").prev().hide();\n", k, divid.ClientID));
                htw.Write("});\n");
            htw.Write("});\n");
            htw.Write("</script>\n");
            #endregion
Thanks & Regards, Sudheer

Hi,
Would you mind providing the source code of your HTML page for a further research? It will make others easier to find out a solution to your issue.
What’s more, it is recommended to debug your script in browser and log some information out when you perform the click event on the page, this will help you get more details
about how your code works.
Here are two similar demos for your reference:
http://css-tricks.com/snippets/jquery/simple-jquery-accordion/
http://jqueryui.com/accordion/
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • Hide "View Item" ribbon element using jquery or css

    Hi,
    How to hide "View Item" ribbon element using jquery for a single custom list?
    In CEWP, i have tried this:
    .ViewProperties.Manage.ListItem#Ribbon {
    DISPLAY: none
    But this is not hiding the "View Item" option.
    How to achieve this?
    Thank you

    I have tried different CSS and Javascript tricks to hide this item but not successed,
    Now one another solution i found is to used the SPRibbon.TrimById method,
    So for that you need to create one webpart, and add following line of code to it , add this dll first Microsoft.Web.CommandUI.dll
    public void HideRibbonItem()
    SPRibbon ribbon = SPRibbon.GetCurrent(this.Page);
    if (ribbon != null)
    ribbon.TrimById("Ribbon.ListItem.Manage.ViewProperties");
    Now call this function to the page load event of webpart,
    Now add this webpart to that page instead of content editor webpart,
    so it will hide the View Item form the custom list ribbon
    Hiren Patel | Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Using numbers 2.3 how do i split windows to view more than 1 spreadsheet at a time?

    using numbers 2.3 how do i split windows to view more than 1 spreadsheet at a time?

    Hi seth,
    Numbers vocabulary:
    Spreadsheets (aka: Document)
    contain one or more Sheets
    on each of which may be placed one or more Tables
    each of which contains one or more cells
    each of which may contain either data or a formula.
    Spreadsheets open in separate windows. Depending on the contents of each spreadsheet, and the scale at which you want to see it (and the size of your display), you can view more than one spreadsheet in the same manner as you can view more than one of any kind of document—open two documents in separate windows. Resize the windows to allow both to be viewed at the same time. Place and scale the individual documents to permit viewing the desired part of each
    Sheets within the same document cannot be displayed simultaneously. You can make and open a copy of the document, then open and view both copies as described above, but this introduces new opportunities to edit the wrong copy. You could Copy a Table from one part of the document, open Preview and go File > New from Clipboard to create a PDF copy of that table (readable, but not editable), and view the spreadsheet and pdf documents as described above.
    Tables can be rearranged, or have rows or columns (or both) hidden to permit simultaneous viewing of selected parts of both.
    A Table can have Table > Freeze Header Rows and Table > Freeze Header Columns set to keep these rows/columns visible as the rest of the table is scrolled. Or can have a range of rows (or columns) hidden to allow viewing of rows (columns) adjacent to that range visible on the same screen.
    Numbers does not support freezing of rows or columns other than Header rows and Header Columns.
    Regards,
    Barry

  • Is it possible to manipulate page viewer webpart using jquery on page?

    I have an aspx page onto which I have added a page viewer web part to display a powerpoint file. I wanted to hide or remove the close button because closing returns to the library in which the file lives, which is not the desired behavior.
    my first solution was to hide the close button using jquery using the following
    <html>
    <head>
    <script language="javascript">
    $(document).ready(function()
    alert("hello");
    $(".cui-topBar1").hide();
    </script>
    </head>
    </html>
    I am reasonably certain that this function is called before the page has rendered the page viewer web part, meaning that the html element of interest is not even on the page, which in turn would explain why the function does not do what I desire.
    is there a way to trigger this function after the web part is rendered? or, is there a way to intercept the close event or its redirection so that I can send the user to the desired page? Perhaps it is as simple as adding html to hide web part elements,
    but that has not worked either.
    the ideal solution is to manage page redirection on close or prevent powerpoint viewer closing.
    sharepoint 2013 sp1 enterprise farm, self hosted.

    Hi Tony,
    Thanks for sharing the information. Have a good day.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Using "View More" - irritating!

    Why is that if I select "View More" while scrolling through a discussion, if I select a thread to read, when I swipe the trackpad to go back to the previous page, the list of threads goes back to the first page and I have to repeat selecting "View More" to get back to where I was?

    You open all your discussions in a new tab.  Hold down the command key then click on the link.
    Here is how I do things in firefox.
    Here is my ASC work flow...
    1) I login.
    2) Start an auto reloader.
    Unless you do something every thirty minutes you get logged out.  The forum software waits to tell you this as long as it can to keep you in suspense  ;-) .
    I use Firefox and ReloadEvery.
    https://addons.mozilla.org/en-US/firefox/addon/reloadevery/
    You need to pick a page that will reload over time without stalling out. It's ASC.  I've found my profile display the best to use. I get my Profile page after some  logins.  It's ASC.  Change rccharles to your apple id.
    https://discussions.apple.com/people/rccharles?view=discussions
    3) I open another window to do my normal ASC browsing.
    4) I have a FireFox bookmark to goto the discussions that I have participated in. I've modified it to add on the /content stuff.
             turingtest2 recommends. Change rccharles to your apple id: 
    https://discussions.apple.com/people/rccharles/content?filterID=participated~obj ecttype~objecttype%5Bthread%5D
    5) Use turingtest2's generated links with the /content suffix as browser bookmark to the ASC discussions: 
    Site map of Communities and Categories
    https://discussions.apple.com/docs/DOC-2463
    6) I run with Hiroto's modification to user content.  This is the only way these forums are readable for me.  How to adjust the format and layout of ASC Web Pages:
    https://discussions.apple.com/docs/DOC-7501
    7) Read and answer my old posts.  I kind of memorize the time I last posted. ( It's way bad that apple eliminated the last poster to a thread. )
    8) I use tabbed browsering.  From a list of discussions, hold down the command key then click on the link. You get two tabs this way. The original window will keep where you have been.

  • Pop window with webpart page using jquery in sharepoint

    Hi All,
    I am having a page with the custom webpart.
    I want that page in an pop up window.
    I don't want to use
    SP.UI.ModalDialog.
    I want to use Jquery lightbox pop up is it possible.
    Can any one please let me know.
    Thank you,
    Sowjanya. 

    <head>
    <meta charset="utf-8">
    <title>Colorbox Examples</title>
    <style>
    body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;}
    a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
    h2{font-size:13px; margin:15px 0 0 0;}
    </style>
    <link rel="stylesheet" href="colorbox.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <script src="../jquery.colorbox.js"></script>
    <script>
    $(document).ready(function(){
    //Examples of how to assign the Colorbox event to elements
    $(".group1").colorbox({rel:'group1'});
    $(".group2").colorbox({rel:'group2', transition:"fade"});
    $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', slideshow:true});
    $(".ajax").colorbox();
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
    $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
    $(".inline").colorbox({inline:true, width:"50%"});
    $(".callbacks").colorbox({
    onOpen:function(){ alert('onOpen: colorbox is about to open'); },
    onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
    onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
    onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
    onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
    $('.non-retina').colorbox({rel:'group5', transition:'none'})
    $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
    //Example of preserving a JavaScript event for inline calls.
    $("#click").click(function(){
    $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
    return false;
    </script>
    </head>
    Check the head section of this page, i think you will be able to figure out from here.
    http://www.jacklmoore.com/colorbox/example1/
    Please mark a post helpful/answer if it is really helpful or answer your query

  • I need your help with a decision to use iPhoto.  I have been a PC user since the mid 1980's and more recently have used ACDSee to manage my photo images and Photoshop to edit them.  I have used ProShow Gold to create slideshows.  I am comfortable with my

    I need your help with a decision to use iPhoto.  I have been a PC user since the mid 1980’s and more recently have used ACDSee to manage my photo images and Photoshop to edit them.  I have used ProShow Gold to create slideshows.  I am comfortable with my own folder and file naming conventions. I currently have over 23,000 images of which around 60% are scans going back 75 years.  Since I keep a copy of the originals, the storage requirements for over 46,000 images is huge.  180GB plus.
    I now have a Macbook Pro and will add an iMac when the new models arrive.  For my photos, I want to stay with Photoshop which also gives me the Bridge.  The only obvious reason to use iPhoto is to take advantage of Faces and the link to iMovie to make slideshows.  What am I missing and is using iPhoto worth the effort?
    If I choose to use iPhoto, I am not certain whether I need to load the originals and the edited versions. I suspect that just the latter is sufficient.  If I set PhotoShop as my external editor, I presume that iPhoto will keep track of all changes moving forward.  However, over 23,000 images in iPhoto makes me twitchy and they are appear hidden within iPhoto.  In the past, I have experienced syncing problems with, and database errors in, large databases.  If I break up the images into a number of projects, I loose the value of Faces reaching back over time.
    Some guidance and insight would be appreciated.  I have a number of Faces questions which I will save for later. 

    Bridge and Photoshop is a common file-based management system. (Not sure why you'd have used ACDSEE as well as Bridge.) In any event, it's on the way out. You won't be using it in 5 years time.
    Up to this the lack of processing power on your computer left no choice but to organise this way. But file based organisation is as sensible as organising a Shoe Warehouse based on the colour of the boxes. It's also ultimately data-destructive.
    Modern systems are Database driven. Files are managed, Images imported, virtual versions, lossless processing and unlimited editing are the way forward.
    For a Photographer Photoshop is overkill. It's an enormously powerful app, a staple of the Graphic Designers' trade. A Photographer uses maybe 15% to 20% of its capability.
    Apps like iPhoto, Lightroom, Aperture are the way forward - for photographers. There's the 20% of Photoshop that shooters actually use, coupled with management and lossless processing. Pop over to the Aperture or Lightroom forums (on the Adobe site) and one comment shows up over and over again... "Since I started using Aperture/ Lightroom I hardly ever use Photoshop any more..." and if there is a job that these apps can do, then the (much) cheaper Elements will do it.
    The change is not easy though, especially if you have a long-standing and well thought out filing system of your own. The first thing I would strongly advise is that you experiment before making any decisions. So I would create a Library, import 300 or 400 shots and play. You might as well do this in iPhoto to begin with - though if you’re a serious hobbyist or a Pro then you'll find yourself looking further afield pretty soon. iPhoto is good for the family snapper, taking shots at birthdays and sharing them with friends and family.
    Next: If you're going to successfully use these apps you need to make a leap: Your files are not your Photos.
    The illustration I use is as follows: In my iTunes Library I have a file called 'Let_it_Be_The_Beatles.mp3'. So what is that, exactly? It's not the song. The Beatles never wrote an mp3. They wrote a tune and lyrics. They recorded it and a copy of that recording is stored in the mp3 file. So the file is just a container for the recording. That container is designed in a specific way attuned to the characteristics and requirements of the data. Hence, mp3.
    Similarly, that Jpeg is not your photo, it's a container designed to hold that kind of data. iPhoto is all about the data and not about the container. So, regardless of where you choose to store the file, iPhoto will manage the photo, edit the photo, add metadata to the Photo but never touch the file. If you choose to export - unless you specifically choose to export the original - iPhoto will export the Photo into a new container - a new file containing the photo.
    When you process an image in iPhoto the file is never touched, instead your decisions are recorded in the database. When you view the image then the Master is presented with these decisions applied to it. That's why it's lossless. You can also have multiple versions and waste no disk space because they are all just listings in the database.
    These apps replace the Finder (File Browser) for managing your Photos. They become the Go-To app for anything to do with your photos. They replace Bridge too as they become a front-end for Photoshop.
    So, want to use a photo for something - Export it. Choose the format, size and quality you want and there it is. If you're emailing, uploading to websites then these apps have a "good enough for most things" version called the Preview - this will be missing some metadata.
    So it's a big change from a file-based to Photo-based management, from editing files to processing Photos and it's worth thinking it through before you decide.

  • Using jquery to animate this (link included)

    Hi there,
    I'm in the completion stages of a website for a client. Still
    some things to
    fix (like activating the form) but essentially, this is the
    heart of the
    site and how it will work.
    http://www.vilverset.com/main.php
    As you can see by clicking the main navigation, the only
    things changing are
    2 divs :
    DIV ID="bg" (height:490px, width:100%)
    This is the div in the background containing the large
    background image.
    DIV ID="textbox" (height:490px, width:depends on the page)
    This is the div with text content and a semi-transparent
    white background
    (used a png for this so I could retain the opaque white
    outline).
    Everything else is always the same no matter what page we're
    at. I am
    currently using PHP includes to include those parts.
    I could technically deliver the site as-is once it's
    completed, but I keep
    imagining nice sliding-door effects that this particular
    layout seems to be
    crying out for.
    What I had in mind :
    Each time you click a link...
    ...the "textbox" div would slide out from view (left to
    right)
    ...a new "bg" div would slide into view over the current one
    (right to left)
    ...a new "textbox" div would slide into view (right to left)
    Would this not reek of awesomeness? How difficult would this
    be using jquery
    libraries/tutorials?
    If the caveat would be that I'd have to pre-load all the
    content, I don't
    mind. As long as it's loading it in the background after
    displaying what
    needs be displayed on the front landing page (that we see
    that landing page
    before it finishes loading all the other non-visible divs).
    But ideally, it would load the content only once the option
    is clicked.

    This is a bit different - and a quick example - but it is
    100% accessible to
    search engines and, more importantly, to assistive readers.
    http://www.projectseven.com/testing/customers/mike-noob
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/apm
    An Accessible & Elegant Accordion
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Al,
    >
    > I'm almost dead certain that the .animate function of
    jQuery's library
    > will do the trick, here. I just can't wrap my brain
    around the proper
    > syntax.
    >
    > There would also be overlapping issues... for instance,
    if I make panel 2
    > slide over panel 1 when clicking the 2nd link, I need to
    have panel 1
    > slide back over panel 2 when clicking the 1st one again.
    >
    > This means that once a panel slides into view, whatever
    was underneath
    > needs to be hidden, then z-indexed over the pane that
    just appeared, then
    > placed outside the viewport as it awaits the call to
    slide back into view.
    >
    > But how do you do any of that without, at the very
    LEAST, triggering a
    > horizontal scrollbar? You can't place a div outside the
    viewport without
    > creating one, can you?
    >
    > Here's the original link again :
    >
    http://www.vilverset.com/main.php
    >
    > Mike
    >
    > "Al Sparber - PVII" <[email protected]>
    wrote in message
    > news:[email protected]...
    >>
    >> "Mike" <[email protected]> wrote in message
    >> news:[email protected]...
    >>>
    >>> Would this not reek of awesomeness? How
    difficult would this be using
    >>> jquery libraries/tutorials?
    >>>
    >>> If the caveat would be that I'd have to pre-load
    all the content, I
    >>> don't mind. As long as it's loading it in the
    background after
    >>> displaying what needs be displayed on the front
    landing page (that we
    >>> see that landing page before it finishes loading
    all the other
    >>> non-visible divs).
    >>>
    >>> But ideally, it would load the content only once
    the option is clicked.
    >>
    >> This is an interesting question and there are no
    simple answers. I'm
    >> going to play with some ideas later today and I'll
    post back with some
    >> solutions you could consider.
    >
    >

  • Clicking on the View More in Outlook....hyperlink does nothing!!

    Does this work for anyone using Lync 2013 FE, Lync 2013 client on Windows 7. Exchange version is 2010 SP3. Everything in the client works just fine but when I click on the Conversations tab, I see conversations going back about 6 months. I have conversations
    going back a year in my Conversation History folder in Outlook. When I click on the hyperlink on the bottom of the Conversations page, "View More in Outlook", nothing happens. No error, no popup at all. My configuration looks good. MAPI and EWS report
    OK. Everything else works fine. A bug perhaps?
    Interesting that it works OK with Windows XP and Lync 2010 client. Everything else being the same.

    Hi,
    It should popup Outlook interface when you click “View More in Outlook” in Lync client.
    Could you view the conversation history back to a year when you manually check the conversation history on Outlook?
    Please try to use the account to another well worked computer and test if the issue happen.
    Please try to use another Lync account to login Lync and Outlook to test the issue.
    Please also try to disable add-ins about Lync on Outlook and then enable again, restart Lync client and Outlook to test the issue again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • How do I view more pages in the Folio Builder ACV preview?

    I created a folio with an article that has two orientations, but when previewing it only shows the first page. How do I view more pages in the Folio Builder ACV preview?

    You are viewing some very, very old videos. May I suggest watching my lynda.com course?
    http://www.lynda.com/Digital-Publishing-Suite-tutorials/Adobe-Digital-Publishing-Suite-Ess ential-Training/149122-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:bob%2Blevine%0Apage:1%0As :relevance%0Asa:true%0Aproducttypeid:2
    If you don’t have a subscription, this link will get you a one week trial? http://www.lynda.com/trial/boblevine
    All that out of the way, clicking preview should take you to the page you’re on but still give you the entire article. Use your mouse to swipe up or down.

  • In iOS 7 GameCenter, is there a way to view more than 75 scores on the Leaderboard?

    I have an iPhone 4 running iOS 7. With iOS 6, I could view more than 75 scores on the GameCenter Leaderboard for various games.  Now with iOS 7, it appears to be limited to only the top 75 scores.  Is there a preference to allow more scores to be displayed, or is this game specific.  Your thoughts are appreciated.
    Thanks . . . Bill

    Do NOT repeat NOT use open in timeline. That function is for a specific purpose usually related to clip sync.
    Create a new project and edit your audio into the project not inside another clip's timeline.

  • How I can view more than 1 page at once on my screen with "PAGES" 5.5.2?

    Hello, I have a iMac 27" and would like to know how I can view more than 1 page at once on my screen with "PAGES" 5.5.2?
    In the past one could do this by clicking in the "zoom" field on "PAGES", but ever since Apple have seemed to "simplify" PAGES.... well, I'm spending more time searching than working... 
    Can anyone help? I'm going nuts with this issue.
    Thanks.

    Hi viking.
    Just to keep you informed, it's the least I can do after the time you spent helping me.
    The best solution I have found and it works excellently is the following:
    - I installed VMWare on my iMac.
    - Created a virtual machine and installed OS X7.0 on it.
    - I "imported" or reformatted this virtual machine with an image disc (a DMG) of my entire système installed on my previous Mac (which was running OS X7.5 and had iWorks installed on it)
    The result is fantastic.
    I now have a virtual machine running Mac OS X.7.5 on my iMac (which is running Yosemite). As, I also managed to import into this virtual machine my image disk (DMG) of my entire MacBook Air (which had MacOS X7.5 and had all apps including iWorks) I can use Iwork just like in the "good old days" !!!
    So I now simply jump from one to the other, its perfect!
    Thank you very much for the time you spent helping.
    Have a great day.

  • Clicking on "View more information about this update" for 31.5.0 does nothing

    I got a pop-up today that Thunderbird 31.5.0 is available. I clicked on "View more information about this update" because that usually takes me to the release notes and I prefer to read about updates and download and install them myself, rather than have the system do it for me. (I do this so I can save previous versions in case I run into a problem with the latest and want to go back.) But when I clicked on "View more information about this update" nothing happened. It didn't switch over to the browser nor start loading the release notes.

    About 5-10 minutes after I had clicked on "View more information about this update" a few times (and had manually gone to https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/ and downloaded and was in the process of installing the new release), my browser opened up three tabs on that page. I guess it was just a very delayed response.

  • Trigger an event in the parent view, when popping a child view (Mobile)

    So from one view I'm pushing another view with some data:
    <s:Button label="Edit System" click="navigator.pushView(EditSystem, systems.selectedItem)"/>
    The problem I have is that in this other view I'm updating a view things in my sqlite database, so when I pop the 'EditSystem' view and return to the original, I want to run a function to requery the the sql so I can update a view things in the original view. But from what I can fugure Eventlisteners dont work across views? How do I trigger an event in the original view when I return from a child view via pop? 

    You should find this post useful: http://flexponential.com/2010/12/05/saving-scroll-position-between-views-in-a-mobile-flex- application/
    It demonstrates one way of saving and restoring data when pushing and popping a view.

  • Advanced table:not able to view more than 10 rows when called from workflow

    Hi everyone,
    I'm calling a page that contains advanced table and its controller class from two places.
    First one is from a inquiry form, when this page is called it works fine. when there are more than 10 rows, first 10 are shown on page render and when we click on Next link, other rows are shown. This is becuase I have given the records displayed property on adavanced table = 10. I'm fine till here.
    Second one is I'm calling this page again from a workflow notificaiton. There is a link called view more details on the workflow notification , click of this link will open the page with 10 records displayed. But when user tries to click on Next it doesn't work. It just doesn't refresh.
    Its very wierd,. not able to understand what could be wrong when calling from wf notificiton. Its the same page and conroller code used in both the places.
    Please help me!!
    Thanks
    Sunny

    Thanks for your response Kristofer. You are correct, there was a difference in the parameters and the issue is resolved now.

Maybe you are looking for