Hi Radoslaw, Although it's not the best solution from a performance point of view, you can add grouped data from an item list with the calculated column on a regular report. I didn't try it yet on a SOLR report but I suspect it should work the same. Here is the SQL for the calculated column:
No way! That did it. I would have never thought of that. Thank you!!!
Hello, I copied one item list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules. I guess they are causing the problem. The main issue is that design
Sorry, I found that option. I had to enable "Open in new window" on attachments tab in designer studio.
Hi Maksymilian, Unfortunately I'm working with 2022 version so I don't have the open in a popup option available. I will try to update it because this would solve a big issue for me. Does that open the pdf in a new tab or in a new window? Thank you also for the link to the documentation. I was
Hello everyone! I have the following challenge. I need to open the pdf attached to a workflow in a popup. I successfully managed to do so using the base64 encoded string and some javascript. Now the problem is that the pdfs are larger than expected. Some of them are 5MB and even more. For those l
:)
Oh, yeah! This works like a charm! Thank you so much!!!
OK, I found them but that's not working. Your code is setting the variable liczba to the total number of rows. I need to update the field in the row where the button is clicked. If I click on the button in the second row, I want to update the field DET_Att1 in the second row.
Hi Krzysiek, Thank you. Can you please let me know where are the following values from the print screen coming from? - Nowy atribut - Pytanie How do I choose them?
Hello, Does anyone know if it is possible to achieve the following functionality: - I would like to insert a button in an item list column. I can achieve that so I don't need help with this (WebconBTN_01.png). This code produces the kind of button from WebconBTN_02.png image. - When this button
Thank you all, guys! You pointed me in the right direction. I knew it would be possible, I just didn't find the way...
Hello everyone! I have an item list with a dropdown field where user chooses a WFD_ID value. I would like to execute an action (Update related workflow instance or Invoke REST web service) passing the WFD_ID chosen in the mentioned field to the action. Is something like that even possible? I can'
Hi Andreia, Please see attached picture. Hope that helps. Cheers, Martin
Can you try adding “as A” at the end of the select?
Hi Andreia, Did you try with SELECT CASE WHEN ... THEN ... ?
I love you Michał! That was exactly what I was looking for. Thank you for sharing.
Hi Radek, You can add the following CSS to System Settings > Appearance > Global CSS Styles: tr.report-row { border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(0,0,0,0.3); } tr.report-row:nth-of-type(odd) { background-color: rgba(0,0,0,0.1); } and fix the color
I'm sorry. I guess you'll need to update to 2022. Or wait a bit and update to 2023 which should be released soon as far as I know.
Yes, it looks like a bug.