Skip to main content
Solved

Tabular Models : No data for custom field in SQL Table

  • September 5, 2024
  • 2 replies
  • 61 views

Forum|alt.badge.img+5

Hello,

I’m having a problem where Custom Field data is not getting transferred over to SQL database. Here’s what i have done,

1. Relations for Facts
     

 

2. Custom Attributes for Facts

 

 

3. Access View

 

 

4. Data Source

 

 

5. Deploy to SQL Server Db

6. Data Load Run

 

7.  FACT_BUSINESS_OPP_BI_TAB table shows as NULL for CF$_EC_NEXT_STEP

 

 

8. Querying for ‘SELECT * FROM FACT_BUSINESS_OPP_BI’ shows below,

 


Any idea why it’s not transferring any custom field data to SQL Server?

Best answer by subashfestus

Hi @himasha.abeywickrama ,

This could be due to a row level security (RLS) issue. We extract data through IFSINFO user. Login to the DB using IFSINFO user and query the BI view. If you don’t see data there then the issue is with RLS.

That means IFSINFO user doesn’t have access to data in that particular column.

Check if there are any security checks in the BUSINESS_OPPORTUNITY_CFV view.

Eg: Site or Company access checks

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+7
  • Hero (Employee)
  • 49 replies
  • Answer
  • September 10, 2024

Hi @himasha.abeywickrama ,

This could be due to a row level security (RLS) issue. We extract data through IFSINFO user. Login to the DB using IFSINFO user and query the BI view. If you don’t see data there then the issue is with RLS.

That means IFSINFO user doesn’t have access to data in that particular column.

Check if there are any security checks in the BUSINESS_OPPORTUNITY_CFV view.

Eg: Site or Company access checks


Forum|alt.badge.img+5

Hi @subashfestus,

The issue was with RLS like you mentioned. The view BUSINESS_OPPORTUNITY was referring to the Users per company. Once i added IFSINFO to the company, i was able to see data using IFSINFO user. Also, custom field data is now transferring to the SQL Server table without any issues.

Thank you very much for you help!!!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings