register.gotowebinar.com Open in urlscan Pro
18.66.112.125  Public Scan

URL: https://register.gotowebinar.com/register/7591534492111565405?source=2&liana_pv=621607ef9d4004466300a062c50b4072
Submission: On May 02 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="registrationForm" data-view="registration/body/body" data-active-view="true" style="">
  <div data-bind="visible:!webinarTimesVM().allSessionsOver()" class="trainingTimesBox clearfix">
    <!-- ko compose : { view : 'registration/body/body.webinarTimes' } -->
    <div data-view="registration/body/body.webinarTimes" data-active-view="true" style="">
      <!-- ko 'if' : showDates() === true -->
      <hr>
      <!-- ko 'if': !getWebinarInfo().description --><!-- /ko -->
      <!-- ko 'if' : getWebinarInfo().type === 'series' --><!-- /ko -->
      <!-- ko 'if' : getWebinarInfo().type !== 'series' -->
      <div data-bind="'visible': getWebinarInfo().type === 'sequence'" class="row col-md-12" style="display: none;">
        <div data-bind="'html': multipleSessionsText">Ce webinaire aura lieu 1 fois.</div>
      </div>
      <div class="row col-md-12">
        <div id="training-times" class="trainingTimesRegister">
          <table class="webinarTimes" data-bind="'foreach': webinarTimesVM().webinarSessions()">
            <tbody>
              <!-- ko 'if' : $parent.webinarTimesVM().showFirstOfMonth($data) && $parent.getWebinarInfo().type === 'sequence'--><!-- /ko -->
              <tr data-bind="css:{'past':past &amp;&amp; !$data.inSession, 'next':next, 'future':future, 'far-future':farFuture}" class="next">
                <!--ko 'if': $data.getDay() && $parent.getWebinarInfo().type === 'sequence' --><!--/ko-->
                <td data-bind="'text':$data.getStartAndEndDate()">mar. 14 mai 2024 11:00 - 11:45 CEST</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
      <!-- /ko -->
      <div class="row col-md-12">
        <a class="timeZone pointer launch-tz-modal" data-i18n="registration.webinarTimes.timeZone" data-bind="click:webinarTimesVM().showInMyTimeZoneDialog">Afficher dans mon fuseau horaire</a>
        <!-- ko 'if' : webinarTimesVM().priceInfo --><!-- /ko -->
      </div>
      <!-- /ko -->
      <!-- ko 'if' : showDates() === false && webinarTimesVM().priceInfo --><!-- /ko -->
    </div><!-- /ko -->
  </div>
  <!-- ko 'if': getWebinarInfo().description -->
  <!-- ko compose : {view:'registration/body/body.description'} -->
  <div data-bind="visible:getWebinarInfo().description" data-view="registration/body/body.description" data-active-view="true" style="">
    <hr>
    <div class="description trainingDescription">
      <div class="clearfix">
        <img id="customThemeImage" data-bind="attr:{src:getBrandingInfo().themeImageUrl}" class="customImage" onerror="this.style.display='none'" src="https://images.gotowebinar.com/e79ec7ac48098eff265fb8b7a42e243d">
        <span class="registration-description" data-bind="expander:{'expandText': moreButtonText(), 'userCollapseText': lessButtonText(), 'text':getWebinarInfo().description}">A découvrir dans ce webinar : Le nouveau module de Business intelligence
          dédié à l'expertise technique. 1. Construire des représentations visuelles et rapports en quelques clics 2. Définir des filtres pour rendre les indicateurs interactifs 3. Partager des rapports en temps réel à certains groupes d'utilisateurs
          4. Élaborer simplement la modélisation des données</span>
      </div>
    </div>
  </div><!-- /ko -->
  <!-- /ko -->
  <!-- ko compose : {view:'registration/body/body.registrationQuestions'} -->
  <div class="questions" data-view="registration/body/body.registrationQuestions" data-active-view="true" style="">
    <hr>
    <!-- General Questions -->
    <p class="requiredMessage" data-i18n="registration.registrationQuestions.requiredInstructions">Champ obligatoire</p>
    <div id="studentInformation">
      <div data-bind="'foreach':registrationQuestionsVM().groupedGeneralQuestions">
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.firstNameLabel" for="registrant.firstName">Prénom</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.firstName" maxlength="128" tabindex="2">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.lastNameLabel" for="registrant.lastName">Nom</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.lastName" maxlength="128" tabindex="3">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.emailLabel" for="registrant.email">Adresse e-mail</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' -->
            <input type="email" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.email" maxlength="128" tabindex="4">
            <!-- /ko -->
            <!-- ko 'if' : name !== 'email' --><!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.cityLabel" for="registrant.city">Ville</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.city" maxlength="128" tabindex="5">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.phoneLabel" for="registrant.phone">Numéro de téléphone</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">20</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.phone" maxlength="20" tabindex="6">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.organizationLabel" for="registrant.organization">Organisation</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.organization" maxlength="128" tabindex="7">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.jobTitleLabel" for="registrant.jobTitle">Fonction</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.jobTitle" maxlength="128" tabindex="8">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
      </div>
    </div>
    <!-- Custom Questions-->
    <!-- ko 'if': registrationQuestionsVM().customQuestions().length > 0 -->
    <hr class="skinny">
    <div class="alert-info">
      <p data-i18n=""></p>
    </div>
    <div class="row" data-bind="'foreach':registrationQuestionsVM().customQuestions">
      <div class="form-group col-sm-12 required" data-bind="'css':{required : required, 'has-error':verificationFailed}">
        <!-- ko 'if' : question -->
        <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.573533042Label" for="customQuestion0">Comment avez-vous connu cet événement ?</label>
        <!-- /ko -->
        <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
        <!-- ko 'if': type == 'multipleChoice' -->
        <select class="form-control maxCharLimit"
          data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected,  options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
          id="customQuestion0" tabindex="9">
          <option value="">En choisir un...</option>
          <option value="573533043">Envoyé sur mon email</option>
          <option value="573533044">Site internet</option>
          <option value="573533045">Recommandation I Relation</option>
          <option value="573533046">Recherche internet</option>
          <option value="573533047">Réseaux sociaux</option>
          <option value="573533048">Autres</option>
        </select>
        <!-- /ko -->
        <span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
      </div>
    </div>
    <hr class="skinny">
    <!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().commentsField --><!-- /ko -->
  </div><!-- /ko -->
  <div class="paymentBody" id="payment-form" data-bind="visible: showPayment" style="display: none;">
    <!-- ko 'if' : registrationQuestionsVM().commentsField || registrationQuestionsVM().customQuestions().length == 0 --><!-- /ko -->
    <div class="paymentFields" data-bind="visible: showCreditCardFields" style="display: none;">
      <div clss="row">
        <div class="card-disclaimer">
          <i class="togo-icon togo-icon-lock-closed"></i>
          <span class="stripe-text" data-i18n="registration.cardDisclaimer">Paiements sécurisés par carte de crédit/débit via Stripe</span>
          <span class="cards-icons">
            <img src="../../../../images/visa.png">
            <img src="../../../../images/masterCard.png">
            <img src="../../../../images/amex.png">
            <img src="../../../../images/discover.jpg">
          </span>
        </div>
        <!-- Used to display form errors. -->
        <div id="card-errors" role="alert"></div>
      </div>
      <div id="paymentBody-paymentRequest">
        <!-- Stripe paymentRequestButton Element inserted here-->
      </div>
      <div class="row">
        <div class="field card-number col-xs-12 col-sm-6 col-md-6 col-lg-6">
          <label class="control-label" for="card-number" data-i18n="registration.creditCardNumber">Numéro de carte</label>
          <div id="card-number" class="field empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
        <div class="field card-expiry col-xs-6 col-sm-3 col-md-3 col-lg-3">
          <label class="control-label" for="card-expiry" data-i18n="registration.expirationDate">Date d’expiration</label>
          <div id="card-expiry" class="empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
        <div class="field card-cvc col-xs-6 col-sm-3 col-md-3 col-lg-3">
          <label class="control-label" for="card-cvc" data-i18n="registration.cvv">CVV</label>
          <div id="card-cvc" class="empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
      </div>
      <div class="error" role="alert">
        <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17">
          <path class="base" fill="#000" d="M8.5,17 C3.80557963,17 0,13.1944204 0,8.5 C0,3.80557963 3.80557963,0 8.5,0 C13.1944204,0 17,3.80557963 17,8.5 C17,13.1944204 13.1944204,17 8.5,17 Z"></path>
          <path class="glyph" fill="#FFF"
            d="M8.5,7.29791847 L6.12604076,4.92395924 C5.79409512,4.59201359 5.25590488,4.59201359 4.92395924,4.92395924 C4.59201359,5.25590488 4.59201359,5.79409512 4.92395924,6.12604076 L7.29791847,8.5 L4.92395924,10.8739592 C4.59201359,11.2059049 4.59201359,11.7440951 4.92395924,12.0760408 C5.25590488,12.4079864 5.79409512,12.4079864 6.12604076,12.0760408 L8.5,9.70208153 L10.8739592,12.0760408 C11.2059049,12.4079864 11.7440951,12.4079864 12.0760408,12.0760408 C12.4079864,11.7440951 12.4079864,11.2059049 12.0760408,10.8739592 L9.70208153,8.5 L12.0760408,6.12604076 C12.4079864,5.79409512 12.4079864,5.25590488 12.0760408,4.92395924 C11.7440951,4.59201359 11.2059049,4.59201359 10.8739592,4.92395924 L8.5,7.29791847 L8.5,7.29791847 Z">
          </path>
        </svg>
        <span class="message"></span>
        <span id="invalidCardDetailsError" style="display:none" data-i18n="registration.emptyPaymentFieldError">Entrez les détails de votre carte</span>
      </div>
    </div>
    <div class="row promotion-code-row" data-bind="visible: showDiscountCodeField">
      <div class="field promotion-code col-xs-6 col-sm-3 col-md-3 col-lg-3">
        <label class="control-label" for="promotion-code" data-i18n="registration.promotionCodeLabel">Code de réduction</label>
        <input type="text" id="promotion-code" class="empty input payment-fields" data-bind="textInput: promotionCodeValue">
      </div>
      <button id="promotion-code-apply-Btn field col-xs-6 col-sm-3 col-md-3 col-lg-3" type="button" class="btn btn-tertiary promotion-code-applyBtn" data-i18n="registration.promotionCodeApplyBtn"
        data-bind="click:applyPromoCode, disable:disablePromoCodeButton">Appliquer</button>
    </div>
    <div class="promotion-code-errorMsg">
      <span data-i18n="registration.promotionCodeInvalidErrorMessage">Code de réduction non valide.</span>
    </div>
    <div class="promotion-code-SuccessMsg">
      <span data-i18n="registration.promotionCodeSuccessMessage">Code de réduction appliqué !</span>
    </div>
    <div class="alert-info payment-disclaimer">
      <p class="paymentDisclaimerText" data-i18n="[html]registration.paymentDisclaimer">REMARQUE : Veuillez adresser toute question liée au paiement à l'organisateur du webinaire. Votre inscription à ce webinaire est soumis aux
        <a href="https://www.logmeininc.com/legal/terms-and-conditions" target="_blank" rel="noopener noreferrer">Conditions d'utilisation</a> et à la
        <a href="https://www.logmeininc.com/legal/privacy" target="_blank" rel="noopener noreferrer">Politique de confidentialité</a>.</p>
    </div>
    <hr class="skinny-bottom">
  </div>
  <div data-bind="visible: showPaymentError" class="paymentError" style="display: none;">
    <div data-i18n="payment.error.unsupportedBrowserText">Malheureusement, votre navigateur n'est pas pris en charge. Veuillez mettre à niveau vers Safari v7+ ou basculez vers Chrome™ ou FireFox®.</div>
  </div>
  <div class="alert-info disclaimer">
    <!-- ko 'if' : registrationQuestionsVM().disclaimerNotice -->
    <input id="disclaimer-notice-checkbox" type="checkbox" data-bind="checked: disclaimerCheckbox">
    <label class="disclaimerText" for="disclaimer-notice-checkbox" data-bind="html: registrationQuestionsVM().disclaimerNotice">Si vous cochez cette case, vos informations seront envoyées à l'organisateur du webinaire qui les utilisera pour
      communiquer avec vous au sujet de cet événement et de ses autres services.</label>
    <!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().defaultDisclaimerNotice --><!-- /ko -->
  </div>
  <!-- this div is only needed for recaptcha checkbox mode -->
  <!-- for invisible, could put id on the submit button below, but this works too. -->
  <div id="recaptchaDiv"></div>
  <div id="hcaptchaDiv" class="h-captcha"></div>
  <div class="sectionFooter">
    <p>
      <button data-bind=" enable:enableButton,
                                buttonColor:getBrandingInfo().selectedHeaderColor(),
                                click:submit" type="submit" id="registration.submit.button" class="btn btn-primary" disabled="" style="background-color: rgb(236, 100, 8); border-color: rgb(236, 100, 8);">
        <!-- ko 'if': getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME' --><!-- /ko -->
        <!-- ko 'if': webinarTimesVM().selectedWebinarSession().inSession  && !(getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME') --><!-- /ko -->
        <!-- ko 'if': !webinarTimesVM().selectedWebinarSession().inSession -->
        <span data-bind="text: submitBtnText">S’inscrire</span>
        <!-- /ko -->
      </button>
    </p>
  </div>
</form>

Text Content

WEBINAR TXBI : COMMENT PILOTER VOS ACTIVITÉS D'INGÉNIEUR GRÂCE À LA BI ?

L'adresse e-mail choisie pour votre inscription est déjà utilisée. Veuillez vous
inscrire en utilisant une autre adresse e-mail.

--------------------------------------------------------------------------------

Ce webinaire aura lieu 1 fois.

mar. 14 mai 2024 11:00 - 11:45 CEST

Afficher dans mon fuseau horaire

--------------------------------------------------------------------------------

A découvrir dans ce webinar : Le nouveau module de Business intelligence dédié à
l'expertise technique. 1. Construire des représentations visuelles et rapports
en quelques clics 2. Définir des filtres pour rendre les indicateurs interactifs
3. Partager des rapports en temps réel à certains groupes d'utilisateurs 4.
Élaborer simplement la modélisation des données

--------------------------------------------------------------------------------

Champ obligatoire

Prénom 128
Nom 128
Adresse e-mail 128
Ville 128
Numéro de téléphone 20
Organisation 128
Fonction 128

--------------------------------------------------------------------------------



Comment avez-vous connu cet événement ? En choisir un...Envoyé sur mon emailSite
internetRecommandation I RelationRecherche internetRéseaux sociauxAutres

--------------------------------------------------------------------------------

Paiements sécurisés par carte de crédit/débit via Stripe


Numéro de carte

Date d’expiration

CVV

Entrez les détails de votre carte
Code de réduction
Appliquer
Code de réduction non valide.
Code de réduction appliqué !

REMARQUE : Veuillez adresser toute question liée au paiement à l'organisateur du
webinaire. Votre inscription à ce webinaire est soumis aux Conditions
d'utilisation et à la Politique de confidentialité.

--------------------------------------------------------------------------------

Malheureusement, votre navigateur n'est pas pris en charge. Veuillez mettre à
niveau vers Safari v7+ ou basculez vers Chrome™ ou FireFox®.
Si vous cochez cette case, vos informations seront envoyées à l'organisateur du
webinaire qui les utilisera pour communiquer avec vous au sujet de cet événement
et de ses autres services.



S’inscrire



©2024 GoTo, Inc. Tous droits réservés.

Afficher la Politique de confidentialité GoTo Webinar

Firefox est une marque déposée de la Fondation Mozilla.

Pour consulter la politique de confidentialité de l'organisateur du webinaire ou
se retirer de leurs autres communications, contactez directement l'organisateur
du webinaire.

La protection de votre adresse e-mail et de vos données d’inscription à un
webinaire est prise au sérieux par GoTo Webinar. GoTo Webinar ne vendra pas et
ne louera pas ces données.