-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table taux_refus_siae : renommer et ajouter des agrégations #322
Conversation
@@ -17,11 +17,17 @@ select | |||
/* Nombre de candidatures acceptées initiées par l'employeur de type SIAE */ | |||
etp_conventionnes.nombre_etp_conventionnes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alors ça il faut absolument le retirer c'est complètement faux et on a aps trop le droit de l'afficher
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je savais pas du tout que c'etait la !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est pas du tout utilisé et affiché, je pensais que tu utilisais ça de ton côté pour je ne sais quel besoin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut retirer tout ce qui concerne les etps !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok ! faudra juste verifier que ça casse pas l'indicateur
**Carte Notion : ** https://www.notion.so/gip-inclusion/Filtre-et-variable-Indicateur-taux-de-refus-du-TB116-r-alis-sur-une-table-qui-ne-permet-pas-d-ut-07b73cc17542471b8b52a970aadb0afb?pvs=4
Pourquoi ?
Renommer : pour qu'on ait des
taux
partout et pas detx
;p un seul indicateur calculé sur cette table, donc c'est pas chiant de le refaire (sinon j'aurais pas fait)Agréger : pour permettre de brancher les filtres sur le tb116 (cf carte)
J'en profite pour déplacer le modèle dans marts.
Checks