You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a numeric variable ending in DT, does not have a human readable date format
Describe the problem
Query if a variable is numeric
Query format associated with variable
Describe the solution
A clear and concise description of how this problem could be solved.
e.g name :variable_type operator :"is_numeric" operator applied to determine variable type
e.g extract format from supplied data and either compare to a predefined lookup list of formats and/ or provide users the ability to supply additional format (extensible list): name: variable_fmt operator: contains_valid_fmt
see pbi specifically for adding formats to test data in the rule editor: [https://github.com/Support format variable metadata in test data conformance-rules-editor#145](https://urldefense.com/v3/__
Proposed rule logic
Replace this with an example of how the new solution could be written as a rulecheck:
-name: variable_type:operator: is_numeric
-name: variable_fmt operator: is_valid_format or operator: is_valid_date_format (predefined list) and containsvalues: (extensible user supplied format list>**Screenshots**If applicable, add screenshots to help explain your problem and solution.
Links to related JIRA Tickets
Rule Information
Describe the problem
Describe the solution
A clear and concise description of how this problem could be solved.
see pbi specifically for adding formats to test data in the rule editor: [https://github.com/Support format variable metadata in test data conformance-rules-editor#145](https://urldefense.com/v3/__
Proposed rule logic