ContributionsMost RecentNewest TopicsMost LikesSolutionsImplementing Self-Service BI with Sisense: Key Steps and Insights Discover how our team transformed a backlog of data requests into a seamless self-serve BI platform using Sisense. From gathering requirements to ensuring robust data security, we share our journey and the key steps to empower stakeholders with easy access to the insights they need. Learn how to leverage Sisense for a more efficient and effective BI solution. Re: Implementing Self-Service BI with Sisense: Key Steps and Insights Thank you Ido_QBeeQ ! We’re just getting started with QBeeQ, and we’re really excited to see how the Self-Service Dashboards plugin will complement our Self-Serve goals. It’s early days, but we’re eager to explore the potential of bringing our teams together on the platform using collaboration plugins like comments. Looking forward to the journey ahead! Re: Help us name the Community! How about Sisense Sherlocks or the Stat Squads 🙂 Re: Casual Conversation of the Week: What's your favorite thing about the city or town you live in? Living in London is absolutely smashing! We moved here 6 years ago and I'm never tired of this place. I love a good stroll through our beautiful parks, and navigating the bustling Tube is always an adventure. Despite the hustle and bustle, it’s brilliant that just an hour’s drive can whisk you away to country roads and charming villages. Whether you’re exploring the high streets or enjoying a countryside ramble, London has it all. Who wouldn't like to stroll through historic streets and landmarks like the Tower Bridge on your way to the office? 😉 Plus, there’s always a good chance of bumping into a double-decker bus or a cup of proper tea! Cheers to this wonderful city! Re: Participating in Sisense CommunityFest 2024 Sounds very exciting! Blox align containers horizontally Hello there, I'm a novice to customizing Blox templates. In the attached screenshot, I want to adjust the layout to make the cards appear side by side. I also want the titles Signups and orders to appear as a title to the card. Can I have suggestions on how I can modify the attached code to do that? { "style": "", "script": "", "title": "", "showCarousel": true, "body": [ { "type": "Container", "items": [ { "type": "Container", "separator": "true", "spacing": "medium", "items": [ { "type": "TextBlock", "spacing": "small", "text": "Signups", "weight": "bold", "color": "grey", "style": { "padding-left": "20px" } }, { "spacing": "none", "type": "ColumnSet", "columns": [ { "spacing": "medium", "separator": "true", "type": "Column", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "style": { "flex-grow": "0" }, "items": [ { "spacing": "none", "type": "TextBlock", "text": "{panel:Sign ups - Actual}", "weight": "bold", "color": "#232a2f", "size": "extraLarge", "style": { "margin": "30px" } } ] }, { "type": "Column", "style": { "flex-grow": "100" }, "items": [ { "spacing": "none", "type": "TextBlock", "horizontalAlignment": "left", "text": "Variance:", "color": "grey", "size": "small" }, { "spacing": "small", "type": "TextBlock", "horizontalAlignment": "left", "text": "vs Budget:", "color": "grey", "size": "small" }, { "spacing": "none", "horizontalAlignment": "left", "type": "TextBlock", "text": "{panel:Sign ups vs Budget}", "weight": "bold", "color": "#72767f", "size": "medium" }, { "spacing": "small", "type": "TextBlock", "horizontalAlignment": "left", "text": "vs RoFo:", "color": "grey", "size": "small" }, { "spacing": "none", "horizontalAlignment": "left", "type": "TextBlock", "text": "{panel:Signups vs RoFo}", "weight": "bold", "color": "#72767f", "size": "medium" } ] } ] } ] } ] }, { "type": "TextBlock", "spacing": "small", "text": "Orders", "weight": "bold", "color": "grey", "style": { "padding-left": "20px" } }, { "spacing": "none", "type": "ColumnSet", "columns": [ { "spacing": "medium", "separator": "true", "type": "Column", "items": [ { "type": "ColumnSet", "columns": [ { "type": "Column", "style": { "flex-grow": "0" }, "items": [ { "spacing": "none", "type": "TextBlock", "text": "{panel:Orders - Actual}", "weight": "bold", "color": "#232a2f", "size": "extraLarge", "style": { "margin": "30px" } } ] }, { "type": "Column", "style": { "flex-grow": "100" }, "items": [ { "spacing": "none", "type": "TextBlock", "horizontalAlignment": "left", "text": "Variance:", "color": "grey", "size": "small" }, { "spacing": "small", "type": "TextBlock", "horizontalAlignment": "left", "text": "vs Budget:", "color": "grey", "size": "small" }, { "spacing": "none", "horizontalAlignment": "left", "type": "TextBlock", "text": "{panel:Orders vs Budget}", "weight": "bold", "color": "#72767f", "size": "medium" }, { "spacing": "small", "type": "TextBlock", "horizontalAlignment": "left", "text": "vs RoFo:", "color": "grey", "size": "small" }, { "spacing": "none", "horizontalAlignment": "left", "type": "TextBlock", "text": "{panel:Orders vs RoFo}", "weight": "bold", "color": "#72767f", "size": "medium" } ] } ] } ] } ] } ] } ] } ] } Thanks, Priscilla Re: Blox formatting for PDF download Hi, Thank you rapidbisupport and DRay for following up on this. Unfortunately, the above did not fix the issue. However, I was able to reach the desired outcome by with CSS formatting and adjusting widget sizes with PDF edit mode. Thanks again, Priscilla. Re: Blox formatting for PDF download Hello again, Yes, we have a support ticket open for this. Here is the link: https://community.sisense.com/t5/support-portal/bd-p/SupportPortal?page=casedetails&caseId=500Pk00000COUR6IAP Thanks, Priscilla. Re: Blox formatting for PDF download We are currently on Version: L2023.11.0.298. Thanks Dray. Blox formatting for PDF download Hi there, I am developing a dashboard with multiple Blox (6) in a page that requires it to look like it is one table. The reason behind this is the nature if required layout and the way data is modelled. I was able to achieve something close to this by adjusting the margins, padding and spacing in the CSS script. But when I download it as pdf something weird is going on causing spaces after every blox. The first 2 blox are fine but the rest have these gaps in between them. Attaching the dashboard script and CSS script. Any. help here is much appreciated. Thanks in advance. Solved