---
sourceDocument: Xanadu Platform Analytics
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/now-intelligence

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Platform Analytics

ft:clusterId :

    - par

bundleId :

    - par

workflow :

    - Platform


---

# getCurrentBreakdownLevel2ID()

# getCurrentBreakdownLevel2ID() {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Returns the level 2 breakdown identifier (sys_id) from the indicator of the current
formula. The sys_id is returned dynamically, as the selection in the Analytics Hub changes.
Use this method to obtain the sys_id of the level 2 breakdown when altering the formula for
a specific breakdown.
{#PAFU-getCurrentBreakdownLevel2ID__table_jdn_jpm_mfb__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 1. Parameters]

{#PAFU-getCurrentBreakdownLevel2ID__table_jdn_jpm_mfb} {#PAFU-getCurrentBreakdownLevel2ID__table_kdn_jpm_mfb__entry__2}

| Type | Description |
|-|-|
| String | Dynamic level 2 breakdown ID from the indicator of the current formula as it changes with your selection in the Analytics Hub. If there is no level 2 breakdown ID, the method does not return a value. |
[Table 2. Returns]

{#PAFU-getCurrentBreakdownLevel2ID__table_kdn_jpm_mfb}  
Example:

    var res = [[Number of open incidents]];
    if(pa.getCurrentBreakdownLevel2ID() == 'baec0752bf130100b96dac808c0739ed' && pa.getCurrentElementLevel2ID() == '8a4dde73c6112278017a6a4baf547aa7')
      {
      res = 0;
      }
    res;

**Related concepts**   

* [PAFormulaUtils API](https://servicenow-prod.fluidtopics.net/jW9tCQXaNoAGNn13PQ5tkg "The PAFormulaUtils API enables you to obtain a value that was calculated in the Analytics Hub and use that value as input for a formula.")  
**Related reference**   

* [getChange(String indicator, Object fromDate, Object toDate)](https://servicenow-prod.fluidtopics.net/FGl4hsn2y9EZmrpdAWNSDA "Returns the change in the score of an indicator between two specified dates.")
* [getChangePercentage(String indicator, Object fromDate, Object toDate)](https://servicenow-prod.fluidtopics.net/rkfVEQmujlgYPjenHH6xjg "Returns the percentage of change in the score of an indicator between two specified dates.")
* [getCurrentAggregateID()](https://servicenow-prod.fluidtopics.net/AFISri81HvylNEj11KUNew "Returns the time series aggregate identifier (sys_id) from the indicator of the current formula. The sys_id is returned dynamically, as the selection in the Analytics Hub changes.")
* [getCurrentBreakdownID()](https://servicenow-prod.fluidtopics.net/QSWdIIrf5yFaMxnhWNrrqg "Returns the level 1 breakdown identifier (sys_id) from the indicator of the current formula. The sys_id is returned dynamically, as the selection in the Analytics Hub changes.")
* [getCurrentElementID()](https://servicenow-prod.fluidtopics.net/C546iFba6DSSFqAsBL62ng "Returns the level 1 breakdown element identifier (sys_id) from the indicator of the current formula. The sys_id is returned dynamically, as the selection in the Analytics Hub changes.")
* [getCurrentElementLevel2ID()](https://servicenow-prod.fluidtopics.net/yr0R44XQQxV7CPoYA5lZgg "Returns the level 2 breakdown element identifier (sys_id) from the indicator of the current formula. The sys_id is returned dynamically, as the selection in the Analytics Hub changes.")
* [getGap(String indicator, Object onDate)](https://servicenow-prod.fluidtopics.net/2eKBthYMN2ebh4rPabxQHg "Returns the global target gap for the specified indicator on the specified date.")
* [getGlobalTarget(String indicator, Object onDate)](https://servicenow-prod.fluidtopics.net/kFixc5RvzpGlLY0AwQhV1Q "Returns the global target associated with the specified indicator for the specified date.")
* [getPersonalTarget(String indicator, Object onDate)](https://servicenow-prod.fluidtopics.net/pc9WOjWFfVXq4CA40IK~cQ "Returns the personal target associated with the specified indicator for the specified date.")
* [getScore(String indicator, Object onDate)](https://servicenow-prod.fluidtopics.net/xzipk~lohUNIGyymEUXtaA "Returns the score of the specified indicator for the specified date.")

