Total Results : 234
Labor Force survey
Marriage and Divorce Statistics 2020
Foreign Direct Investment, Quarter 4/2023
Foreign Direct Investment, Quarter 3/2023
The results of the manufacturing industry 2017
The results of the manufacturing industry 2016
Industrial Survey Report, 2017
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
The results of the manufacturing industry
Population by Age Groups ,and Gender 2019
Population by Age Groups ,and Gender mid year 2020
Housing by administrative region
Number of inhabitants in cities with a population greater than (5000) people
Dwellings by administrative region
Detailed results for Makkah(general population and housing census 2010-1431))
Voluntary work survey 2018
Distribution of the population in the provinces.
Employment and Wages Survey 2017
Marriage and Divorce Statistics, 2019
( الشباب السعودي في ارقام ) تقرير خاص بمناسبة اليوم العالمي للشباب ٢٠١٩
Saudi Youth in Numbers A report for International Youth Day 2020
Population by Age Groups ,and Gender mid year 2020
Household Health Survey 2017
Household Health Survey 2018
Detailed results for the eastern region (general population and housing census 2010 )
The main features of the population of the Kingdom of the reality of the preliminary results of the General Census of population and housing
Detailed results of Najran
Detailed results for Assir (general population and housing census 2010-1431)
Detailed results for hail (general population and housing census 2010-2010)
Detailed results of JAZAN (general population and housing census 2010-2010)
Foreign Direct Investment 2022
Labor market statistics Q3,2022
Labor market statistics Q4,2022
Labor market statistics Q2,2022
Labor market statistics Q1,2022
Labor market statistics Q3,2021
Labor market statistics Q2,2021
Labor market statistics Q4, 2020
Labor market statistics Q4,2021
Labor market statistics Q3, 2020
Labor market statistics Q2,2020
Labor market statistics Q1,2021
Labor market statistics Q1,2020
Labor force indicators 1999-2016
Labour Force Survey, Q2 2016
Labor Force Survey 2015 2nd Half
Labor Force Survey Methodology
Labour Market Second Quarter 2019
Labour Market, Fourth Quarter 2019
Labor Market Fourth Quarter 2016
Labour Market 2017 First Quarter
Labour Market First Quarter 2018
Labour Market Third Quarter 2017
Labour Market, third Quarter 2018
Labour Market 2017 Seconded Quarter
An error occurred while processing the template.
For "#if" condition: Expected a boolean, but this has evaluated to a string (wrapper: f.t.SimpleScalar): ==> catId1 [in template "11099719610328#20119#127288" at line 29, column 102] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if catId1 [in template "11099719610328#20119#127288" at line 29, column 97] ----
1<#assign AssetCategoryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")>
2
3<div class="dl-card card-white">
4 <#if entries?has_content>
5
6 <#list entries as entry>
7 <#if entry.getModelResource()=='Web Content Article' || entry.getModelResource()=='محتوى الويب'>
8 <#assign journalArticleLocalService=serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") StructureLocalService=serviceLocator.findService("com.liferay.dynamic.data.mapping.service.DDMStructureLocalService") />
9 <#if (entry.classPK)??>
10 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
11 <#assign article=journalArticleLocalService.getLatestArticle(entry.classPK?number) structure=StructureLocalService.getStructure(article.getDDMStructure().getPrimaryKey()) structureName=structure.getName() />
12 <#if structureName?contains("Information board")>
13 <#assign categories=AssetCategoryLocalService.getCategories("com.liferay.journal.model.JournalArticle",entry.classPK) />
14 <#list categories as sortedCat>
15 <#assign cat=sortedCat />
16 <#assign catId=sortedCat />
17 <#assign treePath=cat.treePath />
18 <#assign tempList = treePath?split('/')/>
19 <#if tempList?size==5>
20 <#assign catId1=tempList[tempList?size-2]/>
21
22 <#break/>
23 <#elseif tempList?size==6>
24 <#assign catId1=tempList[tempList?size-3]/>
25 <#break/>
26
27 </#if>
28 </#list>
29 <#if catId1>
30 <a href="/publication?category=${catId1}&index=4" target="_blank" class="p-4">
31 <div class="card p-4">
32 <div class="d-flex">
33 <div class="card-body">
34 <h3 class="fs-lg fw-700">${entry.getTitle() }</h3>
35
36 </div>
37 </div>
38 </div>
39 </a>
40 </#if>
41
42 </#if>
43 </#if>
44 </#if>
45 </#list>
46 <#else>
47 <h2>
48
49 <@liferay.language key="no-results-found"/>
50 </h2>
51
52 </#if>
53 </div>