Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - pasnox

Pages: [1]
1
Discussion | Обсуждение / Re: Print if not empty?
« on: July 28, 2016, 02:14:27 PM »
Thanks!

Now the next issue :)
We can now quiet warnings for missing fields, but I did not find a way to give fallback values.
When a field is missing, it seems the custom script exit instead of simply return null value for the queried field:
Code: [Select]
$S{
    "$D{Marcel.pagnol}" === "" ? "$V{Marcel.pagnol}" : "$D{Marcel.pagnol}"
}

The data source Marcel and the field pagnol does not exists, though I have declared a custom variable Marcel.pagnol.

What I want is to fallback to my custom variable if the data source field does not exists.
Actually this throw: SyntaxError: Parse error
Any ideas ?

EDIT: In the end it does just works! I was missing the quotes around the variables.

2
Discussion | Обсуждение / Re: Print if not empty?
« on: June 22, 2016, 10:29:06 AM »
Similary to this: empty fields, or not existing field in the actual query: how can we suppress the warnings ?
We have reports used by many customers, and sometimes some fields does not exists for one.
In this case we want to suppress the warning message but did not find any solution ?

Opened: https://github.com/fralx/LimeReport/issues/38

3
Discussion | Обсуждение / Re: How to move bands ?
« on: June 22, 2016, 10:26:49 AM »
I'll add this functionality to designer soon

Added issue https://github.com/fralx/LimeReport/issues/37 so i can be notified.

Thanks,

4
Discussion | Обсуждение / Re: How to move bands ?
« on: June 22, 2016, 10:23:54 AM »
Manual? throw lrxml file. Move the declaration and description of the band where you want. Wanna the one first of another - declare it first in file. I make like this

I can't tell our customer to manually edit xml files xD Too risky ;)

5
Discussion | Обсуждение / How to move bands ?
« on: June 21, 2016, 04:06:35 PM »
I have 2 data report in my report and want to move the bottom one to top.
Did not find any solution...
Ideas ?

Thanks,

6
Discussion | Обсуждение / VerticalLayout
« on: April 15, 2016, 11:28:35 AM »
Why there is only a horizontal layout in the left toolbar ?
I would expect a vertical layout that can layout a title and its value (used in a header).
Please add this feature.

Pages: [1]