Skip to main content

#Sessions0 debatiendo

Hi Experts,

Could you please help in getting answer to my below question.

I am trying to create a new calculated column (Session), 

It will basically be a number (1-24), where in I want to group consecutive hours on the basis of date, link, name. Please see screenshot below also data attached

 

Grouping on the basis of consecutive occurrence in Tableau

3 respuestas
  1. 25 feb 2023, 21:48

    Hi Viviane,

     

    First thing, first!

    Thank you very much for looking into the above and to lend a helping hand. Quite helpful, did learn new stuff :)

    But I guess, I missed an important detail here, a same link can be accessed by some other person too -screenshot below and data attached.

    Hi Viviane, First thing, first!Thank you very much for looking into the above and to lend a helping hand.Also is there a way to aggregate (countd #sessions (A table calculation) for individuals per day.

0/9000

First of all Salesforce User Group - Ajmer wants to thank you all for being an amazing audience and always supporting us and keeping our momentum high.

 

Our December Virtual Junction, Year-End-Learning Programme final schedule is out now. We are putting all these efforts into helping you and the community. Please make the most of it and end your year with great learnings.

 

📌 #Sessions :

 

💜 Salesforce Flow's and Its best practices 17 Dec 2022 12:00 PM IST

🎤 Speaker: Om Prakash

📌 Session RSVP Link: https://lnkd.in/db_TtFtw

 

💜 Introduction to GraphQL and new flow features 18th Dec 2022 12:00 PM IST

🎤Speaker: Dimple Pareek

📌 Session RSVP Link: https://lnkd.in/dK62c58t

 

💜 Document Generation in Salesforce 22nd Dec 2022 12:00 PM IST

🎤Speaker: Md Yaqub

📌 Session RSVP Link: https://lnkd.in/dw4vdnNn

 

💜 Get Started with OmniStudio 23rd Dec 2022 12:00 PM IST

🎤Speaker: Vishnu Kumar

📌 Session RSVP Link: https://lnkd.in/d-ditUXD

 

💜 Getting Started with CPQ Advanced Approvals 24th Dec 2022 12:00 PM IST

🎤Speaker: Prashant Gupta

📌 Session RSVP Link: https://lnkd.in/dkyNtFuN

 

We want to express our gratitude to all the speakers for providing us with valuable time and helping with the sessions.

 

💚 Do Join us, have fun and learn...!!! #thankyou 🍀

1 respuesta
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    26 dic 2022, 20:26

    Thanks for sharing, in the future please make sure a new item is added as a Post rather than a Question when no specific response or answer is required !

0/9000

Finally, here's my last video of the #Salesforce JavaScript #Developer 1 #certification #series. Whatever you have learned in all previous seven #sessions, now you can #practice and check your skills with my last video.

Below are links to the video based on the Exam guide.

Session 1 - Variables, Types, and Collections: 23%

https://lnkd.in/gjUn-PD

Session 2 - Objects, Functions, and Classes: 25%

https://lnkd.in/g-MN4ze

Session 3 - Browser and Events: 17%

https://lnkd.in/gbTWQs7

Session 4 - Debugging and Error Handling: 7%

https://lnkd.in/gZfXd9E

Session 5 - Asynchronous Programming: 13%

https://lnkd.in/gcADePk

Session 6 - Server-Side JavaScript: 8%

https://lnkd.in/gjwdcq5

Session 7 - Testing: 7%

https://lnkd.in/gFSE8BC

Session 8 - Practice test

https://lnkd.in/gcFHSbS

PS: I am totally against the dumps, and all these questions in practice tests are not from any dumps or certifications.

1 comentario
0/9000

Will the sessions from today be available in a recorded format to catch up in our free time? 

1 comentario
0/9000

Hi guys - I'm muddling through the reportable data that's available for bots (specifically in Einstein Analytics). I've got a connection to the "AnalyticsBotSession" - assuming this should be the same as what's available on the bot performance tab > Event Logs > Sessions. However only limited data comes through, so I'm not sure this connection works.

 

Has anyone had any luck in this space? Essentially I want a macro report on all bot sessions so I know how many people went down flow 1 vs flow 2.

1 comentario
  1. 11 jun 2020, 16:50
    When Summer 20' goes GA you will have access to two new objects that report on bot data. ConversationDefinitionSession and ConversationDefinitionEventLogs. They will not be Einstein Analytics accessible through data flow, but you can export via workbench or dataloader and import CSV. They will be EA enabled Winter 21' (Safe harbor). The session data does not yet contain specific dialog or flow information.
0/9000

What is Replayer? ReplayerReplayer is a tool that can play back real user traffic. It replays Tableau Server single- or multi-user sessions. Replayer reconstructs the URL access and interactions on the viz using Tableau Server logs.

You can use Replayer to do user acceptance and performance testing. You can use it to reproduce and troubleshoot customer issues, perform regression testing, and measure and verify performance by replaying and simulating real-world, multi-user load conditions.

 

TC18 presentation link along with Scout https://www.youtube.com/watch?v=sbb2xMtNYNk.

 

How does Replayer work?

Replayer uses Logshark to extract browser session and interaction information from Tableau Server log files. Replayer takes this information and builds a JSON file that can be used to play back sessions. The Replayer file contains the URLs that users accessed during the session, along with the commands users entered and the time the actions took place. Using the Replayer file, single or multiple sessions can be played back.

In Tableau, when users load a viz, select marks, apply filters, or interact with Tableau in other ways, the commands and actions get recorded in the log files. To collect the logs, you can use tsm commands to create an archive of the Tableau Server log files (for example, Logs.zip).

Starting with the Tableau Server archive, you run Logshark with a special plugin for Replayer, which extracts browser session information from the Apache logs and correlates that data with vizqlserver logs and generates a JSON file. This JSON file contains the browser interaction information, with all the viz links and commands from the Tableau Server sessions.

Using the JSON file as input, Replayer can walk through the browser session, opening the URL and running Tableau commands on the viz. 

Sessions can be played back in a browser or without a browser. With a browser, the Replayer uses the Selenium libraries to load the viz and playback commands. Verification is done at each step of the way, and exceptions that are thrown are captured in logs.

Without a browser, you can play back multiple sessions simultaneously, so you can simulate load conditions that can help you test your Tableau Server configuration.

For more information on running Replayer , see "Using Replayer". For information about installation, see "Replayer Installation guide" .

 

replay_overview.jpg 

 

Replayer key features

 

Using Replayer, you can:

 

  • Playback specific Tableau Server sessions, and filter the session based upon start time or RequestID.
  • Use it to simulate load conditions so that you can test how to scale and balance your Tableau Server installations.
  • Perform regression testing by running and comparing end-to-end user scenarios for Tableau Server upgrades.
  • Capture and report HTTP exceptions that occur in a single-user session.
  • Replay a customer defect, so that you can verify that it is fixed.

 

Replayer supports:

 

  • Replaying single-user sessions in a browser (on Chrome & IE).
  • Replaying multiple-user sessions without a browser.
  • Control of the playback speed (can scale to the time recorded in the session).
  • Altering traffic in Replayer file, such as multiplying the load, consolidating traffic to run at specified rate.
  • Verification of each action, but reading the HTTP response code, presmodel or UI objects.

 

Replayer supports viz rendering scenarios only*:

 

  • Replay viz viewing and authoring scenarios along with interactions.
  • Replay specific slices of the logs based on:
  • Session ID
  • Time segment
  • User
  • Request ID
  • Altering traffic by multiplying load for performance and capacity planning.

*It does not replay other tasks like publishing, creating a viz, background tasks, etc.

Viewing the results of a Replayer test run

When you run Replayer, it writes information about each session it executes. The results can be consumed using many methods:

  • For user acceptance testing to understand page load and interaction issues in A-B comparison, use the Replayer-Results viz.
  • Use the Logshark viz generated from the Tableau Server log files, after a Replayer run to analyze results.

More details on looking at Replayer results can be found here Viewing results from Replayer test run .

 

Replayer license

 

Replayer is subject to the MIT license set forth below. Portions of Replayer may be licensed under additional or different open source licenses, as set forth in the Replayer dependency list. To the extent required by the license that accompanies the open source software, the terms of such license will apply in lieu of the terms of the MIT license with respect to such open source software, including, without limitation, any provisions governing access to source code, modification or reverse engineering.

 

Copyright © 2017 Tableau Software, Inc.

 

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

 

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 

THE SOFTWARE IS PROVIDED "Community Supported", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

33 respuestas
  1. 3 abr 2019, 22:42

    it means there were no error codes in http response, page load could have still failed which is indicated in LoadStatus value.

0/9000

When are the sessions going to open?  It seems like this year everything is late to release.  

8 comentarios
0/9000

Another "first timer" question: I'm dutifully bookmarking sessions in the full Dreamforce website, but when I go to the event app to de-conflict schedule/sessions overlaps, not all sessions are showing in the app (bookmarked or not). Has anyone else experienced this? Is the web site or the app the "source of truth"?

5 comentarios
0/9000

With 400+ learning sessions, there’s something for everyone at TrailheaDX.

Agenda Builder is now live. Browse over 400 technical sessions below and log in to bookmark your favorites today. Remember, seating is first come, first serve so be sure to get to sessions 15 minutes early.

TrailheaDX Sessions

0/9000

@Suzanne Ferguson - Do we have any CTA 601 sessions taking place in India?  If so do you have published dates and cities?

1 comentario
0/9000